gnosischain / reth_gnosis

2 stars 1 forks source link

Post-merge test vectors from Nethermind to Reth #8

Closed dapplion closed 1 month ago

dapplion commented 2 months ago

Using the execution engine API generate blocks of a post-merge network and feed them to Reth.

Includes a CI step to automatically test it

Current issue:

State root mismatch processing first block

Invalid block error on new payload invalid_hash=0xc0f683b61355455d49af3dbb11fe1f65e9ae8670890d6fb1aadcbf5f8acc960b invalid_number=1 error=mismatched block state root: got 0xf642572d6309b2f2ecad2a6a8b24774beff142d46b525465514feba61f8f601a, expected 0xa59f6ea19d9ee6d7e79bcb286e6d8838b47b48351b37960e24c0a72d41fa1629

dapplion commented 1 month ago

Merging for now to prevent conflicts