go-ethereum/trie
Daniel Liu 793293f041
trie: move locking into trieDB insert method #25030 (#1091)
Move locking into trieDB insert function

Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
2025-08-22 16:38:30 +08:00
..
committer.go trie: move locking into trieDB insert method #25030 (#1091) 2025-08-22 16:38:30 +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 core, trie: implement trie tracer #24403 (#1088) 2025-08-21 13:38:56 +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: use db.has over db.get where possible #24117 (#1078) 2025-08-20 14:51:32 +08:00
sync_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
trie.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
trie_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
util_test.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00
utils.go all: introduce trie owner notion #24750 (#1090) 2025-08-22 16:37:39 +08:00