reth
reth copied to clipboard
(refactor) Use BundleBuilder instead of hashmaps
Closes https://github.com/paradigmxyz/reth/issues/4614
- Update
insert_state
incrates/node-core/src/init.rs
to use BundleBuilder - Update
unwind_or_peek_state
incrates/storage/provider/src/providers/database/provider.rs
to use BundleBuilder - Remove
BundleStateInit
,AccountRevertInit
, andRevertInit
.