edr icon indicating copy to clipboard operation
edr copied to clipboard

Fix failure when replaying block number 21041283

Open Wodann opened this issue 1 year ago • 2 comments

Block number 21041283 is failing to replay correctly (ci failure, Repro branch).

Potentially related: https://github.com/erigontech/erigon/issues/12242

Analysis

One transaction in the block reverts instead of succeeding, with this error message:

EigenPod.getParentBlockRoot: invalid block root returned

It might be that we're not correctly setting the parent_beacon_block_root (EIP-4788)

Definition of done Fix the bug such that the test in the repro branch succeeds.

Wodann avatar Oct 29 '24 09:10 Wodann