You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In the future, `ctx` can include access to state for block building purposes.
ctx:(),
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
Describe the feature
we currently have placeholder for
reth/crates/payload/util/src/traits.rs
Lines 13 to 14 in 0c59841
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
reth/crates/optimism/payload/src/builder.rs
Line 845 in 0c59841
Additional context
No response
The text was updated successfully, but these errors were encountered: