erigon-pulse/eth/filters
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_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
bench_test.go Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
filter_system_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
filter_system.go eth/filters: remove use of event.TypeMux for pending logs (#20312) 2020-01-30 13:36:30 +02:00
filter_test.go Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
filter.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00