Add way to change evm configs pre-execution inside of tree #12217
Labels
A-execution
Related to the Execution and EVM
C-enhancement
New feature or request
S-needs-design
This issue requires design work to think about how it would best be accomplished
In #12083 we need to work around the fact that if we execute all transactions in parallel, most of them will immediately fail due to nonce checks. The way #12083 works around this, is by using a dirty hack, which is setting the transaction nonce to that of the earliest transaction in the block. In the parallel threads, we should make it possible to execute with a modified evm config. Maybe we could have a method like
execute_with_state_closure
that instead hooks into pre-execution.The text was updated successfully, but these errors were encountered: