erigon-pulse/turbo/trie
2021-03-30 12:53:54 +03: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 Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +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 revert 2021-03-21 17:50:05 +07:00
flatdb_sub_trie_loader.go Port rpcdaemon to KV interface (#1627) 2021-03-30 12:53:54 +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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
retain_list.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00: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 Port rpcdaemon to KV interface (#1627) 2021-03-30 12:53:54 +03:00
structural_test.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
sub_trie_loader.go Kill cmd/state/stateless (#1592) 2021-03-23 16:33:58 +00:00
sync_bloom.go go.mod: use github.com/holiman/bloomfilter/v2 (#22044) 2021-03-09 10:36:02 +01:00
trie_binary.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_eviction_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_eviction.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_from_witness.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
trie_observers_test.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
trie_observers.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_root.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
trie_test.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +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 Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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