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
We should develop a pattern to perform consistency checks against L2 Geth to ensure correctness.
Design Considerations
L2 geth does not support the engine API and as such we can not use the engine API to drive block production of L2 geth.
Peter Prosal
Generate a chain of test blocks using l2 geth and feed them to reth and assert consistent state root. We can serialize these blocks and run this integration test via CI.
The text was updated successfully, but these errors were encountered:
Overview
We should develop a pattern to perform consistency checks against L2 Geth to ensure correctness.
Design Considerations
L2 geth does not support the engine API and as such we can not use the engine API to drive block production of L2 geth.
Peter Prosal
Generate a chain of test blocks using l2 geth and feed them to reth and assert consistent state root. We can serialize these blocks and run this integration test via CI.
The text was updated successfully, but these errors were encountered: