You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is still ongoing, see also #github-action-notifications.
Recent ci failure for block 21556935. This also has a parent_beacon_block_root, so it seems related.
If you go to the "Internal Txns" tab and enable advanced mode, you'll see that the last internal transaction is a static call to 0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02 (the address of the beacon block root contract).
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: