erigon-pulse/trie
ledgerwatch 767a374c2e
Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364)
* Use TrieDbState for tx pool

* Not initialise tx pool until state is loaded

* Add preimage

* Fix account

* Print codehash

* Print correct code hash

* Print incarnatin

* Print incarnatin

* Use proper incarnation

* Print dbValue

* Actually fix

* Actually fix

* Fix verifySnapshot

* readAccount to get code hash

* Next incarnation

* Print addrHashes with 0 incarnations

* Print storage history

* Print storage history

* Print storage history

* Print storage history

* Print all storage history

* print change set keys

* print change set keys

* print change set keys

* print change set keys

* Not print codebucket info

* Fixes

* Fix for incarnation

* Fix for storage history bucket

* Try to fix the leak

* Try to fix the leak

* Try to fix the leak

* Try to fix the leak

* Try to fix the leak

* Try to fix the leak

* Try to fix the leak

* Fix embedded nodes

* Hasher

* Fix

* Test fixes

* Add experimental debug flag

* Fix tx_pool_test

* Disable GetNodeData test unless in experiment

* Fix more tests

* Fix lint and revert some changes

* Fix lint

* Fix lint
2020-02-10 17:05:32 +00: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: utilize callbacks instead of amassing lists in ref/unref (#20529) 2020-01-30 13:36:30 +02:00
debug_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
debug.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00: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
gen_struct_step.go Restore the functionality CalcTrieRoots (compute trie root without modifying the trie) (#327) 2020-01-30 13:16:12 +00:00
hack.go refactor trie package a bit (#171) 2019-11-15 17:50:16 +01:00
hashbuilder.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00:00
hasher_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
hasher.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00:00
intermediate_hashes_test.go Intermediate trie hashes phase 1 (#334) 2020-01-31 11:11:20 +07:00
intermediate_trie_hashes.go Intermediate trie hashes phase 1 (#334) 2020-01-31 11:11:20 +07:00
node_test.go post-rebase fixups v1.9.10 2020-01-30 13:36:30 +02:00
node.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00:00
resolve_set_builder.go New Witness Format (and remove the rest of the tapes) (#317) 2020-01-15 14:56:50 +01:00
resolve_set.go Intermediate hash phase 2 (#341) 2020-01-31 14:31:50 +07:00
resolver_stateful_cached.go Intermediate hash phase 2 (#341) 2020-01-31 14:31:50 +07:00
resolver_stateful_test.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00:00
resolver_stateful.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00
resolver_stateless_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
resolver_stateless.go Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +01:00
resolver.go Intermediate hash phase 2 (#341) 2020-01-31 14:31:50 +07: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 Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
stream.go Restore the functionality CalcTrieRoots (compute trie root without modifying the trie) (#327) 2020-01-30 13:16:12 +00:00
structural_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01: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_from_witness.go Restore the functionality CalcTrieRoots (compute trie root without modifying the trie) (#327) 2020-01-30 13:16:12 +00:00
trie_pruning_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
trie_pruning.go Intermediate trie hashes phase 1 (#334) 2020-01-31 11:11:20 +07:00
trie_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
trie_transform.go Use binary tries for the stateless action as an option. (#218) 2019-12-04 13:48:38 +01:00
trie_witness.go Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +01:00
trie.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental (#364) 2020-02-10 17:05:32 +00:00
utils.go refactor trie package a bit (#171) 2019-11-15 17:50:16 +01:00
visual.go Intermediate hash phase 2 (#341) 2020-01-31 14:31:50 +07:00
witness_builder_test.go Serve GetNodeData for nodes in memory (Issue #300) 2020-02-06 11:53:09 +01:00
witness_builder.go Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +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 Stateless Resolver: store and use witnesses for resolved subtries (#326) 2020-01-24 11:58:01 +01:00