Merge pull request #21047 from holiman/improve_updates_2
core: improve trie updates (part 2)
Showing
- accounts/abi/bind/backends/simulated.go 1 addition, 2 deletionsaccounts/abi/bind/backends/simulated.go
- core/blockchain.go 9 additions, 6 deletionscore/blockchain.go
- core/state/database.go 10 additions, 2 deletionscore/state/database.go
- core/state/state_object.go 62 additions, 22 deletionscore/state/state_object.go
- core/state/state_test.go 1 addition, 1 deletioncore/state/state_test.go
- core/state/statedb.go 86 additions, 38 deletionscore/state/statedb.go
- core/state/statedb_test.go 3 additions, 3 deletionscore/state/statedb_test.go
- core/state/trie_prefetcher.go 334 additions, 0 deletionscore/state/trie_prefetcher.go
- crypto/crypto.go 15 additions, 2 deletionscrypto/crypto.go
- crypto/crypto_test.go 7 additions, 0 deletionscrypto/crypto_test.go
- eth/api_tracer.go 4 additions, 2 deletionseth/api_tracer.go
- miner/worker.go 13 additions, 3 deletionsminer/worker.go
Loading
Please register or sign in to comment