erigon-pulse/consensus/clique
Alex Sharov 916a1f8b83
[wip] Lmdb: AbstractKV and DB interfaces (#589)
* resetIH from scratch if needed

* lmdb

* add AbstractKV to loader, added new Object accessor around AbstractKV

* add lmdb cli flag

* add requirement of k!=nil on error in docs

* add Size method for compatibility

* read after put tests

* fix multiput nils

* simplify loops

* increase mmap size

* better error messages

* better error messages

* fix tests

* better error messages

* cleanup

* avoid bolt usage in test

* move hardcoded bucket name to dbutils

* register more buckets

* register more buckets

* fix test
2020-05-30 09:12:21 +01:00
..
api.go consensus/clique: fix struct tags for status API (#20316) 2019-12-03 13:41:13 +01:00
clique_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
clique.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00
snapshot_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
snapshot.go [wip] Lmdb: AbstractKV and DB interfaces (#589) 2020-05-30 09:12:21 +01:00