erigon-pulse/ethdb
Alex Sharov 49351b0091
KV: to support multiple databases and multiple set of buckets (#1002)
* don't use global variables

* up deps

* clean

* use joined flags

* use single non-global buckets config

* clean

* copy map

* fix tests

* fix tests

* clean

* clean
2020-08-30 18:34:18 +01:00
..
codecpool Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
remote eth_syncing (#991) 2020-08-29 08:24:50 +01:00
typedbucket Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
AbstractKV.md KV reduce features amount (#975) 2020-08-26 07:03:50 +01:00
database_test.go Remove "Bucket" class from KV abstraction (#928) 2020-08-17 08:24:59 +01:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go Transactional cycle (#966) 2020-08-26 07:02:10 +01:00
iterator.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
kv_abstract_test.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
kv_abstract.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
kv_bolt.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
kv_lmdb.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
kv_migrator_test.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
kv_remote.go KV: to support multiple databases and multiple set of buckets (#1002) 2020-08-30 18:34:18 +01:00
memory_database.go drop badger support (#869) 2020-08-05 16:33:45 +01:00
mutation_puts.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00
mutation.go KV reduce features amount (#975) 2020-08-26 07:03:50 +01:00
object_db.go fix integration (#999) 2020-08-29 15:27:20 +07:00
rewind.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00
storage_mode_test.go Remove preimage storage mode, write receipts by default (#809) 2020-07-29 14:00:39 +01:00
storage_mode.go Remove preimage storage mode, write receipts by default (#809) 2020-07-29 14:00:39 +01:00
tx_db.go KV reduce features amount (#975) 2020-08-26 07:03:50 +01:00
walk.go KV: move bucket.Get and bucket.Cursor methods to Tx object (#914) 2020-08-14 13:41:18 +07:00