erigon-pulse/trie
Martin Holst Swende 6230254b02 trie: fix concurrent usage of secKeyBuf, ref #20920
# Conflicts:
#	trie/database.go
2020-05-20 15:26:22 +03:00
..
rlphacks Restore the functionality CalcTrieRoots (compute trie root without modifying the trie) (#327) 2020-01-30 13:16:12 +00:00
.gitignore Roughly finish with adding BadgerDB (first cut) (#203) 2019-11-27 13:15:25 +00:00
account_node_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
database.go trie: fix concurrent usage of secKeyBuf, ref #20920 2020-05-20 15:26:22 +03:00
debug_test.go Use the binary witness format to serialize tries. (#434) 2020-04-08 13:59:30 +01:00
debug.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
delete_subrtee_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
encoding_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
encoding.go Intermediate hash phase 2 (#341) 2020-01-31 14:31:50 +07:00
errors.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
flatdb_sub_trie_loader_test.go Separation of DB iterations from GenStructStep in the SubTrieLoader (#552) 2020-05-16 10:48:02 +01:00
flatdb_sub_trie_loader.go Decompose SubTrieLoader into DB loading and trie building part (#555) 2020-05-18 08:02:58 +01:00
gen_struct_step.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
hack.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
hashbuilder.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
hasher_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
hasher.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
intermediate_hashes_test.go Revert "remove tombstones" (#430) 2020-04-08 12:45:51 +01:00
intermediate_trie_hashes.go Intermediate hash phase 3 (#377) 2020-03-11 10:31:49 +00:00
node_test.go post-rebase fixups v1.9.10 2020-01-30 13:36:30 +02:00
node.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
retain_list_builder.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00
retain_list.go Separation of DB iterations from GenStructStep in the SubTrieLoader (#552) 2020-05-16 10:48:02 +01:00
stark_stats.go Collect data about Keccak256 invocations for evaluation of STARK proof sizes and performance (#315) 2020-01-15 17:33:36 +00:00
stream_test.go [WIP] Fix block tests that were failing due to CalcTrieRoots (#536) 2020-05-09 05:44:56 +01:00
stream.go Separation of DB iterations from GenStructStep in the SubTrieLoader (#552) 2020-05-16 10:48:02 +01:00
structural_test.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00
sub_trie_loader.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
sync_bloom.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
trie_binary.go Use binary tries for the stateless action as an option. (#218) 2019-12-04 13:48:38 +01:00
trie_eviction_test.go Code eviction with code nodes support (#416) 2020-04-08 08:00:31 +03:00
trie_eviction.go Code eviction with code nodes support (#416) 2020-04-08 08:00:31 +03:00
trie_from_witness.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
trie_observers_test.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
trie_observers.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
trie_test.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
trie_transform.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
trie_witness.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00
trie.go Separation of DB iterations from GenStructStep in the SubTrieLoader (#552) 2020-05-16 10:48:02 +01:00
utils.go refactor trie package a bit (#171) 2019-11-15 17:50:16 +01:00
visual.go MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
witness_builder_test.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00
witness_builder.go Separation of DB iterations from GenStructStep in the SubTrieLoader (#552) 2020-05-16 10:48:02 +01:00
witness_marshalling.go New Witness Format (and remove the rest of the tapes) (#317) 2020-01-15 14:56:50 +01:00
witness_operators_test.go New Witness Format (and remove the rest of the tapes) (#317) 2020-01-15 14:56:50 +01:00
witness_operators.go Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +01:00
witness_stats.go New Witness Format (and remove the rest of the tapes) (#317) 2020-01-15 14:56:50 +01:00
witness_test.go New Witness Format (and remove the rest of the tapes) (#317) 2020-01-15 14:56:50 +01:00
witness.go Use the binary witness format to serialize tries. (#434) 2020-04-08 13:59:30 +01:00
witnessdb_sub_trie_loader_test.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00
witnessdb_sub_trie_loader.go Rename Resolver => SubTrieLoader, ResolveSet => RetainList (#544) 2020-05-12 15:24:43 +01:00