erigon-pulse/turbo/trie
Igor Mandrigin adf52465e3
move ./trie to ./turbo/trie (#1114)
Useful for minimizing merge conflicts when rebasing new geth
2020-09-14 11:33:39 +01: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
database.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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
errors.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
flatdb_sub_trie_loader_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
flatdb_sub_trie_loader.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
gen_struct_step.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hack.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hashbuilder.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hasher_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
hasher.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hash_receiver.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hashes_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_trie_hashes.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
node_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
node.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stark_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stream_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
stream.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
structural_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
sub_trie_loader.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
sync_bloom.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_observers_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_observers.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_root.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
utils.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
visual.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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 move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witnessdb_sub_trie_loader_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witnessdb_sub_trie_loader.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00