1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/state
rjl493456442 88f3d61468
all: expose block number information to statedb (#27753)
* core/state: clean up

* all: add block number infomration to statedb

* core, trie: rename blockNumber to block
2023-07-24 13:22:09 +03:00
..
pruner cmd, core, eth, graphql, trie: no persisted clean trie cache file (#27525) 2023-07-04 10:21:06 +03:00
snapshot all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
access_list.go
database.go
dump.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
iterator.go
iterator_test.go
journal.go core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 2023-07-15 10:35:30 -04:00
metrics.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
state_object.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
state_object_test.go
state_test.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
statedb.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
statedb_fuzz_test.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
statedb_test.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
sync.go
sync_test.go all: expose block number information to statedb (#27753) 2023-07-24 13:22:09 +03:00
transient_storage.go
trie_prefetcher.go
trie_prefetcher_test.go