erigon-pulse/cmd/state
ledgerwatch b2ca635d86
Debug tool for recursively comparing state (in DB or in a file) with geth archive node (#191)
* Fetching results of eth_getProof

* Dump 5 levels of the trie in a file for repeated runs

* Drill down to 6 levels of the trie

* Fix lint

* Fix lint

* Fix lint

* verifySnapshot to check accounts with emptyRoot

* Descend into short nodes

* Latest tool fixes

* Fix lint

* Fix state properly working
2019-11-25 13:36:21 +00:00
..
contract_size_estimage.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
deps.go fmt 2019-11-07 19:01:58 +03:00
depths.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
fee_market.go linting 2019-11-05 22:51:11 +01:00
naked_accouts.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
naked_storage.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
spec_exec.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
state_snapshot_test.go Use ethdb.Database interface to generate snapshots. (#182) 2019-11-21 14:57:44 +01:00
state_snapshot.go Debug tool for recursively comparing state (in DB or in a file) with geth archive node (#191) 2019-11-25 13:36:21 +00:00
state.go Write tape stats to a csv file. (#185) 2019-11-21 15:09:21 +01:00
stateless_chart.go Write tape stats to a csv file. (#185) 2019-11-21 15:09:21 +01:00
stateless_stats.go Write tape stats to a csv file. (#185) 2019-11-21 15:09:21 +01:00
stateless.go Further fixes for the no-mod-root (#186) 2019-11-21 15:56:39 +00:00
tokens.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
transaction_stats.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00