erigon-pulse/turbo/trie
2021-05-20 18:49:33 +07:00
..
.gitignore move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
account_node_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
debug_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
debug.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
delete_subrtee_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
encoding_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
encoding.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
errors.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
flatdb_sub_trie_loader_test.go Auto-Close db in tests by using t.Cleanup (#1956) 2021-05-19 10:47:28 +07:00
flatdb_sub_trie_loader.go Harmonize DB APIs (#1669) 2021-04-03 09:26:00 +03:00
gen_struct_step.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
hack.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hashbuilder.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
hasher_test.go post-rebase fixes 2020-12-03 18:59:17 +01:00
hasher.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
intermediate_hash_receiver.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hashes_test.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
intermediate_trie_hashes.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
node.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
proof.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
retain_list_builder.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
retain_list.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
stark_stats.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
stream_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stream.go Trie: add invariant - first level of trie must be in DB (to ensure having 100% trie structure in trie_account table) (#1522) 2021-03-13 09:30:54 +07:00
structural_branch_test.go Auto-Close db in tests by using t.Cleanup (#1956) 2021-05-19 10:47:28 +07:00
structural_test.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
sub_trie_loader.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
sync_bloom.go go.mod: use github.com/holiman/bloomfilter/v2 (#22044) 2021-03-09 10:36:02 +01:00
trie_from_witness.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
trie_root.go Move chain maiker to kv (#1972) 2021-05-20 18:49:33 +07:00
trie_test.go Move chain maiker to kv (#1972) 2021-05-20 18:49:33 +07:00
trie_transform.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie.go deprecate tds and trie (#1890) 2021-05-06 15:48:30 +07:00
utils.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
visual.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
witness_builder_test.go More cleanups (#1765) 2021-04-21 08:48:37 +07:00
witness_builder.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_marshalling.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_operators_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_operators.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_test.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
witness.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00