erigon-pulse/cmd/state/commands
Alex Sharov 57777e7c60
Prepare codebase for future default DB change (#670)
* Add kv.tx.bucket.Clear() and db.ClearBuckets() methods

* Add kv.tx.bucket.Clear() and db.ClearBuckets() methods

* choose db based on file suffix

* implement db.id method

* implement db.id method

* use ethdb.NewDatabase method

* use ethb.MustOpen method

* cleanup

* support TEST_DB env flag

* create db path automatically needed

* bolt - don't change prefix on happy path
2020-06-16 14:36:16 +01:00
..
check_change_sets.go CheckChangeSets to work with plain state and changeSets, optionally generate receipts (#639) 2020-06-09 06:52:38 +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 Remove ctx from Open. Stop goroutines on Close. (#650) 2020-06-12 10:31:21 +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 [WIP] TxLookup stage (#646) 2020-06-10 23:07:14 +03:00
regenerate_txlookup.go [WIP] TxLookup stage (#646) 2020-06-10 23:07:14 +03: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 Remove ctx from Open. Stop goroutines on Close. (#650) 2020-06-12 10:31:21 +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 Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
verify_export.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
verify_snapshot.go Don't use chaindata where we don't need it. (#449) 2020-04-14 13:49:25 +01:00
verify_txlookup.go [WIP] TxLookup stage (#646) 2020-06-10 23:07:14 +03:00