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
To easily support #8457 we need for the world state to support doing a rollback or entire blocks, either the last block (which can then just be looped until we get far enough back) or by providing a block number for which we want to roll back until.
In reth this is called unwind so I think taking similar naming would be useful to not confuse people unnecessarily.
To easily support #8457 we need for the world state to support doing a
rollback
or entire blocks, either the last block (which can then just be looped until we get far enough back) or by providing a block number for which we want to roll back until.In
reth
this is calledunwind
so I think taking similar naming would be useful to not confuse people unnecessarily.https://reth.rs/cli/reth/stage/unwind.html?highlight=unwind#reth-stage-unwind
Tasks
The text was updated successfully, but these errors were encountered: