erigon-pulse/ethdb
Alex Sharov b490192e67
Use KV Abstraction in RestAPI (#400)
* Introduce NoValuesCursor. From() method is useless because can be replaced by Seek().`
* implement NoValueCursor interface
* use abstract db in restapi
* cleanup .md
2020-03-24 09:12:55 +07:00
..
abstractbench Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
codecpool Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
dbtest Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
remote Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
typedbucket Use local db in analytics (#308) 2020-01-15 19:47:13 +07:00
AbstractKV.md Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
badger_db.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
bolt_db.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
boltdb_test.go split storage and account encoding for changeset 2020-02-24 22:36:16 +03:00
database_test.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
encoding_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
encoding.go History index encoding 2020-02-24 23:29:46 +03:00
ethdb_unix.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
id.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
interface.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
iterator.go core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) 2019-05-13 15:28:01 +03:00
kv_abstract_test.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
kv_abstract.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
kv_badger.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
kv_bolt.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
kv_remote.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
memory_database.go Intermediate hash phase 4 (#396) 2020-03-20 11:30:14 +00:00
mutation_test.go History index encoding 2020-02-24 23:29:46 +03:00
mutation.go Use KV Abstraction in RestAPI (#400) 2020-03-24 09:12:55 +07:00
remote_bolt_db.go [WIP] Badger v2 (#378) 2020-03-11 11:02:37 +00:00
walk.go History index encoding 2020-02-24 23:29:46 +03:00