mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 15:45:41 +00:00
Make it possible to disable RocksDB completely (#11537)
* Make it possible to disable RocksDB completely * Make ParityDB non-optional * Address review comments
This commit is contained in:
@@ -22,7 +22,7 @@ kvdb-memorydb = "0.11.0"
|
||||
kvdb-rocksdb = { version = "0.15.2", optional = true }
|
||||
linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
parity-db = { version = "0.3.13", optional = true }
|
||||
parity-db = "0.3.13"
|
||||
parking_lot = "0.12.0"
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sc-state-db = { version = "0.10.0-dev", path = "../state-db" }
|
||||
@@ -45,5 +45,4 @@ substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/ru
|
||||
default = []
|
||||
test-helpers = []
|
||||
runtime-benchmarks = []
|
||||
with-kvdb-rocksdb = ["kvdb-rocksdb"]
|
||||
with-parity-db = ["parity-db"]
|
||||
rocksdb = ["kvdb-rocksdb"]
|
||||
|
||||
Reference in New Issue
Block a user