erigon-pulse/node
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
..
api.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
config_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
config.go node: missing comma on toml tags (#21187) 2020-06-15 19:38:13 +03:00
defaults.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
doc.go Merge pull request #135 from ledgerwatch/badger 2019-11-04 14:15:26 +01:00
endpoints.go node: shut down all node-related HTTP servers gracefully (#20956) 2020-05-20 15:26:22 +03:00
errors.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
node_example_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
node_test.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
node.go Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
rpcstack_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
rpcstack.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
service_test.go post-merge fixups 2020-02-27 17:22:25 +03:00
service.go Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
utils_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00