plugeth/ethdb
Andrey Petrov 46ec63b849 ethdb/dbtest: addd test suite for ethdb backends (#19960)
- Move the existing tests from memorydb into a generalized testsuite
that can be run by any ethdb backend implementation.
- Add several more test cases to clarify some non-obvious nuances when
implementing a custom ethdb backend, such as the behaviour of
NewIteratorWithPrefix vs NewIteratorWithStart.
- Add leveldb to the testsuite using in-memory storage for fast
execution.
2019-08-22 11:47:24 +02:00
..
dbtest ethdb/dbtest: addd test suite for ethdb backends (#19960) 2019-08-22 11:47:24 +02:00
leveldb ethdb/dbtest: addd test suite for ethdb backends (#19960) 2019-08-22 11:47:24 +02:00
memorydb ethdb/dbtest: addd test suite for ethdb backends (#19960) 2019-08-22 11:47:24 +02:00
batch.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
database.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
iterator.go core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) 2019-05-13 15:28:01 +03:00