We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block number 21041283 is failing to replay correctly (ci failure, Repro branch).
21041283
Potentially related: erigontech/erigon#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)
parent_beacon_block_root
Definition of done Fix the bug such that the test in the repro branch succeeds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Block number
21041283
is failing to replay correctly (ci failure, Repro branch).Potentially related: erigontech/erigon#12242
Analysis
One transaction in the block reverts instead of succeeding, with this error message:
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.
The text was updated successfully, but these errors were encountered: