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
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
instead of persisting the previous block hash and using the genesis hash for beacon root, we can pass these parameters to ExecuteTxs and SetFinal calls. Note that, BeaconRoot is the consensus clients commitment, or in other words, it is the hash of the header.
the evm middleware (the go-execution-evm) not having to deal with persisting these will make it really robust and lightweight.