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
Our endpoint implementation of debug_executionWitness currently accepts a block range but reth one doesn't. Adapt execute block-range of ethrex_replay so that we can execute many blocks.
We probably have to ask for the witness of every block and merge the witnesses, and once we have the necessary data we can execute the block range.