go-ethereum/trie
HAOYUatHZ b6a17e33f1
fix some trie tests (#833)
* update `newTrieReader`

* fix `TestGolangBindings` & `TestAdjustTime`

* fix trie tests

* evert "fix `TestGolangBindings` & `TestAdjustTime`"

This reverts commit 4d0c60103fbda5061df36ac031622eb05a10e0d6.
2024-06-27 21:09:20 +08:00
..
testutil all: implement path-based state scheme (#25963) 2023-08-01 15:17:32 +03:00
triedb fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
trienode all: move light.NodeSet to trienode.ProofSet (#28287) 2023-10-10 10:30:47 +02:00
triestate all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
zkproof feat: add scroll trace (#620) 2024-03-16 10:26:10 +08:00
committer.go all: implement path-based state scheme (#25963) 2023-08-01 15:17:32 +03:00
database.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
database_supplement.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
database_test.go core, trie: cleanup trie database (#28062) 2023-09-07 21:17:14 +08:00
database_types.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
encoding.go trie: reduce allocs in recHash (#27770) 2023-08-18 22:41:19 +02:00
encoding_test.go trie: reduce allocs in recHash (#27770) 2023-08-18 22:41:19 +02:00
errors.go cmd, core/state, eth, tests, trie: improve state reader (#27428) 2023-06-20 15:31:45 -04:00
hasher.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
iterator.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
iterator_test.go fix some trie tests (#833) 2024-06-27 21:09:20 +08:00
node.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
node_enc.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
node_test.go trie: improve node rlp decoding performance (#25357) 2022-08-19 00:39:47 +02:00
preimages.go core, trie, eth, cmd: rework preimage store (#25287) 2022-07-27 20:37:04 +02:00
proof.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
proof_test.go trie: make rhs-proof align with last key in range proofs (#28311) 2023-10-13 16:05:29 +02:00
secure_trie.go trie, core/state: revert error removal in (*state.Trie).Commit (#27544) 2023-06-27 15:36:38 +03:00
secure_trie_test.go fix some trie tests (#833) 2024-06-27 21:09:20 +08:00
stacktrie.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
stacktrie_test.go core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327) 2023-10-23 18:31:56 +03:00
sync.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
sync_test.go fix some trie tests (#833) 2024-06-27 21:09:20 +08:00
tracer.go all: implement path-based state scheme (#25963) 2023-08-01 15:17:32 +03:00
tracer_test.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
trie.go fix some trie tests (#833) 2024-06-27 21:09:20 +08:00
trie_id.go cmd, core, eth, les, light: track deleted nodes (#25757) 2022-09-27 10:01:02 +02:00
trie_reader.go fix some trie tests (#833) 2024-06-27 21:09:20 +08:00
trie_test.go fix: fix trie default hash (#803) 2024-06-13 19:35:17 +08:00
zk_trie.go feat: upgrade to zktrie 0.8.4 and fix some issues (#820) 2024-06-13 19:38:53 +08:00
zk_trie_database.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
zk_trie_database_test.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
zk_trie_impl_test.go feat: add zktrie (#621) 2024-03-06 11:50:28 +08:00
zk_trie_proof_test.go feat: upgrade to zktrie 0.8.4 and fix some issues (#820) 2024-06-13 19:38:53 +08:00
zk_trie_test.go feat: upgrade to zktrie 0.8.4 and fix some issues (#820) 2024-06-13 19:38:53 +08:00
zktrie_deletionproof.go feat: upgrade to zktrie 0.8.4 and fix some issues (#820) 2024-06-13 19:38:53 +08:00