erigon-pulse/cmd/state/commands
ledgerwatch dba3363b52
Fix RestAPI for tx_retrace and make it work for local boltdb (#584)
* Not hash, keep the files

* Calculate savings

* Fix

* Fix

* Fix

* Fix

* RestAPI to support local boltdb

* Not error on read-only db

* Changes so far

* Continue

* More

* Roll back a bit

* Restore newline

* something compiles

* Fix restapi

* Fix block number

* Fix reads

* Use plain writer

* Maps for storage reads and writes

* Clean up coersions

* Fix accounts/abi/bind

* Fix tests

* More fixes

* more fixes

* More fixes

* Fixes

* Fixed core/state

* Fixed eth tests

* Move code, fix linter

* Fix test

* Fix linter

* Fix linter

* Fix linter, badger_db to support AbstractKV

* Increase IdealBatchSize for badger

* Fix linter

* Fix linter
2020-05-27 17:24:34 +01:00
..
check_change_sets.go improve changeSetChecks to accept genesis.json (#415) 2020-03-30 19:56:53 +01:00
check_enc.go Stages 6 and 7 for generating history indices (#569) 2020-05-23 10:19:56 +01:00
check_index.go Stages 6 and 7 for generating history indices (#569) 2020-05-23 10:19:56 +01:00
gas_limits.go Don't use chaindata where we don't need it. (#449) 2020-04-14 13:49:25 +01:00
global_flags_vars.go Index chunking (#473) 2020-04-20 11:35:33 +01:00
index_stats.go Index chunking (#473) 2020-04-20 11:35:33 +01:00
regenerate_index.go Stages 6 and 7 for generating history indices (#569) 2020-05-23 10:19:56 +01:00
root.go Stateless prototype - enable metrics collection (#442) 2020-04-12 19:36:14 +01:00
state_growth_chart.go Use 'cobra' package to make a more modular CLI for stateless ethereum prototype. (#200) 2019-11-25 14:46:36 +01:00
state_growth.go Don't use chaindata where we don't need it. (#449) 2020-04-14 13:49:25 +01:00
stateless_chart.go Write proper stats to the CSV file; restore charting capabilities. (#201) 2019-11-26 14:29:41 +01:00
stateless.go Don't use chaindata where we don't need it. (#449) 2020-04-14 13:49:25 +01:00
verify_export.go Implement a little tool to validate the export file against chaindata (#452) 2020-04-14 13:51:20 +01:00
verify_snapshot.go Don't use chaindata where we don't need it. (#449) 2020-04-14 13:49:25 +01:00