erigon-pulse/eth
ledgerwatch 767a374c2e
Tx pool use triedbstate, fixes to GetNodeData and move it to experimental ()
* 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
..
downloader Refactor mining. Remove a few mining goroutines () 2020-02-03 15:02:26 +03:00
fetcher goroutine leaks 2019-11-07 18:44:43 +03:00
filters Refactor mining. Remove a few mining goroutines () 2020-02-03 15:02:26 +03:00
gasprice Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
tracers eth/tracers: fix staticcheck warnings () 2019-12-03 13:57:56 +01:00
api_backend.go eth/filters: remove use of event.TypeMux for pending logs () 2020-01-30 13:36:30 +02:00
api_test.go Incorrect incarnation fix () 2020-01-08 12:55:56 +03:00
api_tracer.go Make ComputeTxEnv public and reuse it in Retesteth and RpcDaemon () 2020-01-15 20:13:47 +07:00
api.go Refactor mining. Remove a few mining goroutines () 2020-02-03 15:02:26 +03:00
backend.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental () 2020-02-10 17:05:32 +00:00
bloombits.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go Intermediate trie hashes phase 1 () 2020-01-31 11:11:20 +07:00
enr_entry.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
firehose.go Parity only supports 3 letter capabilities 2020-01-07 16:34:44 +00:00
gen_config.go Add storage mode flags as letters. () 2019-12-06 12:19:00 +01:00
handler_test.go Tx pool use triedbstate, fixes to GetNodeData and move it to experimental () 2020-02-10 17:05:32 +00:00
handler.go Serve GetNodeData for nodes in memory (Issue ) 2020-02-06 11:53:09 +01:00
helper_test.go Refactor mining. Remove a few mining goroutines () 2020-02-03 15:02:26 +03:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
peer.go apply post-rebase fixups 2019-12-03 16:27:57 +01:00
protocol_test.go Refactor mining. Remove a few mining goroutines () 2020-02-03 15:02:26 +03:00
protocol.go Serve GetNodeData for nodes in memory (Issue ) 2020-02-06 11:53:09 +01:00
sync_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
sync.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00