bsc/core/state
NathanBSC 486e019880
core/statedb: always clear out access list when setting a new one (#1702)
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2023-06-15 17:09:27 +08:00
..
pruner dep: bump the version of several important library (#1274) 2023-02-02 19:36:37 +08:00
snapshot BEP-126: Introduce Fast Finality Mechanism (#936) 2023-04-10 18:36:45 +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: code compatibility fixes 2022-07-05 11:14:21 +08:00
dump.go core/state: move state account to core/types + abstracted "write account to trie" (#23567) 2021-09-28 10:48:07 +02: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: move state account to core/types + abstracted "write account to trie" (#23567) 2021-09-28 10:48:07 +02:00
journal.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
shared_pool.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go core, eth: pre-allocate map in storage copy (#25279) 2022-11-15 11:54:31 +08:00
state_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
statedb_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
statedb.go core/statedb: always clear out access list when setting a new one (#1702) 2023-06-15 17:09:27 +08:00
sync_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
sync.go core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
trie_prefetcher_test.go [R4R] Pipecommit enable trie prefetcher (#992) 2022-08-01 17:41:50 +08:00
trie_prefetcher.go [R4R] Pipecommit enable trie prefetcher (#992) 2022-08-01 17:41:50 +08:00