..
committer.go
trie: remove unused makeHashNode #24702 ( #1089 )
2025-06-17 13:28:59 +08:00
database.go
trie: fix size accounting in cleaner #25007 ( #1093 )
2025-06-17 13:29:57 +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: Derivesha with stacktrie ( #21407 )
2025-04-07 16:44:32 +08:00
errors.go
new EVM Upgrade
2021-09-21 16:53:46 +05:30
hasher.go
trie: faster trie node encoding ( #24126 )
2025-04-07 16:44:32 +08:00
iterator.go
trie: fix two issues in trie iterator #24539 ( #1086 )
2025-06-17 13:27:57 +08:00
iterator_test.go
trie: fix two issues in trie iterator #24539 ( #1086 )
2025-06-17 13:27:57 +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: extend range proof #21250 ( #1050 )
2025-06-17 13:06:36 +08:00
proof_test.go
trie: extend range proof #21250 ( #1050 )
2025-06-17 13:06:36 +08:00
secure_trie.go
all: disable recording preimage of trie keys #21402 ( #1054 )
2025-06-17 13:10:47 +08:00
secure_trie_test.go
new EVM Upgrade
2021-09-21 16:53:46 +05:30
stacktrie.go
trie: use unified emptyRootHash and emptyCodeHash ( #26718 )
2025-04-07 16:44:32 +08:00
stacktrie_test.go
trie: more tests for stacktrie ( #23936 )
2025-04-07 16:44:32 +08:00
sync.go
trie: fix typos ( #1080 )
2025-06-17 13:25:40 +08:00
sync_bloom.go
eth/fetcher, trie: unit test reliability fixes #23020 #23415 ( #1070 )
2025-06-17 13:21:18 +08:00
sync_test.go
trie: use unified emptyRootHash and emptyCodeHash ( #26718 )
2025-04-07 16:44:32 +08:00
trie.go
trie: small optimization of delete in fullNode case #22979 ( #1069 )
2025-06-17 13:17:07 +08:00
trie_test.go
core, ethdb, tests, trie: implement NewBatchWithSize API for batcher #24392 ( #1085 )
2025-06-17 13:26:50 +08:00