go-ethereum/trie
Daniel Liu 18d2dbad89
core, trie: port snap sync changes #24898 (#1096)
core, eth, les, trie: rework snap sync

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-08-26 15:20:39 +08:00
..
committer.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
database.go trie: move locking into trieDB insert method #25030 (#1091) 2025-08-22 16:38:30 +08:00
database_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
encoding.go trie: Derivesha with stacktrie (#21407) 2025-04-07 16:44:32 +08:00
encoding_test.go trie: remove deprecated uses of math.rand (#1136) 2025-06-25 16:57:23 +08:00
errors.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
hasher.go all: create global hasher pool #31769 (#1233) 2025-08-20 15:11:09 +08:00
iterator.go trie: implement NodeBlob API for trie iterator #24391 (#1084) 2025-08-20 16:28:58 +08:00
iterator_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
node.go trie: rename NodeFlag to nodeFlag (#1049) 2025-05-26 15:18:47 +08:00
node_enc.go trie: faster trie node encoding (#24126) 2025-04-07 16:44:32 +08:00
node_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
proof.go trie: more linters #24783 (#1092) 2025-08-26 15:19:07 +08:00
proof_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
secure_trie.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
secure_trie_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
stacktrie.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
stacktrie_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
sync.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
sync_test.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
trie.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
trie_test.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
util_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
utils.go trie: more linters #24783 (#1092) 2025-08-26 15:19:07 +08:00