Skip to content

Commit 9a9c5f3

Browse files
committed
fix(fast-inbox): thread the previous inbox rolling hash into the rerun checkpoint prover (A-1373)
The offline rerun helper rebuilds each CheckpointProver from a downloaded job; it now supplies the checkpoint's chain-start rolling hash alongside the previous block header.
1 parent 52748c6 commit 9a9c5f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

yarn-project/prover-node/src/actions/rerun-epoch-proving-job.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ async function buildCheckpointProver(ctx: RerunContext, index: number, log: Logg
182182
attestations,
183183
previousBlockHeader,
184184
l1ToL2Messages,
185+
previousInboxRollingHash,
185186
previousArchiveSiblingPath,
186187
},
187188
{

0 commit comments

Comments
 (0)