We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should unblock #11161
with #11068 we can now hook into state updates on system calls, we also need this for all txs in the executor.
this can be achieved by also introducing the hook generic on the executor types, similar to what we did with:
reth/crates/evm/src/execute.rs
Lines 37 to 45 in 3297dcb
but accepting a OnStateHook instance.
then we'd also need to call the hook before we commit the regular txs
reth/crates/ethereum/evm/src/execute.rs
Line 189 in 3297dcb
The text was updated successfully, but these errors were encountered:
fgimenez
Successfully merging a pull request may close this issue.
This should unblock #11161
with #11068 we can now hook into state updates on system calls, we also need this for all txs in the executor.
this can be achieved by also introducing the hook generic on the executor types, similar to what we did with:
reth/crates/evm/src/execute.rs
Lines 37 to 45 in 3297dcb
but accepting a OnStateHook instance.
then we'd also need to call the hook before we commit the regular txs
reth/crates/ethereum/evm/src/execute.rs
Line 189 in 3297dcb
The text was updated successfully, but these errors were encountered: