DupSort for Plain and Hashed state buckets (behind feature flags) (#854)
* return error from rawdb * squash * v14 * improve performance of put * clean * clean * hide feature behind ENV variable * cleanup * cleanup * disable ipc and make Readme less confusing (people thought points are depend on each-other) * fix test * cleanup * cleanup
Showing
- cmd/integration/commands/reset_state.go 1 addition, 0 deletionscmd/integration/commands/reset_state.go
- cmd/state/py/dbutils.py 1 addition, 2 deletionscmd/state/py/dbutils.py
- common/dbutils/bucket.go 51 additions, 3 deletionscommon/dbutils/bucket.go
- common/debug/experiments.go 24 additions, 5 deletionscommon/debug/experiments.go
- core/state/database_test.go 2 additions, 2 deletionscore/state/database_test.go
- ethdb/database_test.go 18 additions, 17 deletionsethdb/database_test.go
- ethdb/kv_abstract_test.go 41 additions, 2 deletionsethdb/kv_abstract_test.go
- ethdb/kv_badger.go 1 addition, 1 deletionethdb/kv_badger.go
- ethdb/kv_bolt.go 1 addition, 1 deletionethdb/kv_bolt.go
- ethdb/kv_lmdb.go 280 additions, 43 deletionsethdb/kv_lmdb.go
Loading
Please register or sign in to comment