nethermind
nethermind copied to clipboard
Refactor of TransactionProcessor after comment
Instead of a hash set, build a JournalSet that can be injected into the EvmState
AccessTracker contains all accessed addresses and storage cells, which can be primed before init of EvmState.