Open mattsse opened 18 hours ago
we currently have placeholder for
https://github.com/paradigmxyz/reth/blob/0c5984179e0304c11ad4c5bc0057508b65441338/crates/payload/util/src/traits.rs#L13-L14
ideally we provide a new type EvmContext that includes the evm, and the previously executed transactions, this way this iterator can access evm state in next
EvmContext
next
No response
Describe the feature
we currently have placeholder for
https://github.com/paradigmxyz/reth/blob/0c5984179e0304c11ad4c5bc0057508b65441338/crates/payload/util/src/traits.rs#L13-L14
ideally we provide a new type
EvmContext
that includes the evm, and the previously executed transactions, this way this iterator can access evm state innext
TODO
Additional context
No response