mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
This pr implements https://github.com/ethereum/go-ethereum/issues/32733 to make StateProcessor more customisable. ## Compatibility notes This introduces a breaking change to users using geth EVM as a library. The `NewStateProcessor` function now takes one parameter which has the chainConfig embedded instead of 2 parameters. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| env.go | ||
| runtime.go | ||
| runtime_example_test.go | ||
| runtime_fuzz_test.go | ||
| runtime_test.go | ||