bsc/core/state
John.h 354d0a4dab
core/state/snapshot: fix BAD BLOCK error when snapshot is generating (#23635) (#485)
* core/state/snapshot: fix BAD BLOCK error when snapshot is generating

* core/state/snapshot: alternative fix for the snapshot generator

* add comments and minor update

Co-authored-by: Martin Holst Swende <martin@swende.se>

* core/state/snapshot: fix BAD BLOCK error when snapshot is generating

* core/state/snapshot: alternative fix for the snapshot generator

* add comments and minor update

Co-authored-by: Martin Holst Swende <martin@swende.se>

Co-authored-by: Ziyuan Zhong <zzy.albert@163.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-11-01 20:34:58 +08:00
..
pruner fix syc failed on windows when prune 2021-08-10 15:19:32 +08:00
snapshot core/state/snapshot: fix BAD BLOCK error when snapshot is generating (#23635) (#485) 2021-11-01 20:34:58 +08:00
access_list.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-10-23 08:26:57 +02:00
database.go fix cache key do not have hash func (#455) 2021-10-15 18:10:58 +08:00
dump.go core/state: fix panic in state dumping (#22225) 2021-01-26 12:15:31 +01:00
iterator_test.go core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
iterator.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
journal.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
state_test.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
statedb_test.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
statedb.go [R4R]fix prefetcher related bugs (#491) 2021-11-01 14:55:20 +08:00
sync_test.go [R4R]implement diff sync (#376) 2021-09-28 16:03:38 +08:00
sync.go core, eth: faster snapshot generation (#22504) 2021-04-14 23:23:11 +03:00
trie_prefetcher.go fix concurrent write seen of subfetcher (#446) 2021-10-12 11:29:17 +08:00