bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.

Home Page:https://bluealloy.github.io/revm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutable access to `state_storage` in `BundleBuilder`

gakonst opened this issue · comments

          I think we could probably avoid this clone if we had access to a mutable reference of `state_storage` on the `BundleBuilder`

Originally posted by @quentinv72 in paradigmxyz/reth#8264 (comment)