1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/state
Marius van der Wijden 86d5477079
core/state/snapshot: fix race condition (#24685)
Fixes three race conditions found through fuzzing by David Theodore
2022-05-06 17:20:41 +02:00
..
pruner all: use common.FileExist for checking file existence (#24748) 2022-04-27 11:48:02 +02:00
snapshot core/state/snapshot: fix race condition (#24685) 2022-05-06 17:20:41 +02:00
access_list.go
database.go
dump.go
iterator.go
iterator_test.go
journal.go
metrics.go
state_object.go core/state: fix read-meters + simplify code (#24304) 2022-02-14 09:22:57 +01:00
state_object_test.go
state_test.go
statedb.go core/statedb: always clear out access list when setting a new one 2022-03-08 12:00:29 +02:00
statedb_test.go
sync.go core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
sync_test.go core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
trie_prefetcher.go
trie_prefetcher_test.go