go-ethereum/trie
Daniel Liu 3fed9ebeb8
core, eth, trie: rework preimage store #25287 (#1099)
* core, trie, eth, cmd: rework preimage store

* trie: address comment

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-08-29 05:22:44 +08:00
..
committer.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
database.go core, eth, trie: rework preimage store #25287 (#1099) 2025-08-29 05:22:44 +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
preimages.go core, eth, trie: rework preimage store #25287 (#1099) 2025-08-29 05:22:44 +08:00
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 core, eth, trie: rework preimage store #25287 (#1099) 2025-08-29 05:22:44 +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 trie: lint whitespace #25312 (#1098) 2025-08-28 18:49:37 +08:00
sync.go trie: fix gosimple lint issue #25309 (#1097) 2025-08-26 15:44:53 +08:00
sync_test.go core, trie: port snap sync changes #24898 (#1096) 2025-08-26 15:20:39 +08:00
trie.go core, eth, trie: rework preimage store #25287 (#1099) 2025-08-29 05:22:44 +08:00
trie_test.go core, eth, trie: rework preimage store #25287 (#1099) 2025-08-29 05:22:44 +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