reth icon indicating copy to clipboard operation
reth copied to clipboard

(refactor) Use BundleBuilder instead of hashmaps

Open quentinv72 opened this issue 9 months ago • 0 comments

Closes https://github.com/paradigmxyz/reth/issues/4614

  • Update insert_state in crates/node-core/src/init.rs to use BundleBuilder
  • Update unwind_or_peek_state in crates/storage/provider/src/providers/database/provider.rs to use BundleBuilder
  • Remove BundleStateInit, AccountRevertInit, and RevertInit.

quentinv72 avatar May 14 '24 19:05 quentinv72