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