Updated for the new db (#996)

* Updated for the new db

* Bumped version

* Sort out features

* Update to substrate master
This commit is contained in:
Arkadiy Paronyan
2020-04-15 15:08:51 +02:00
committed by GitHub
parent c6134cf91a
commit 280bf3928a
5 changed files with 290 additions and 254 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ polkadot-test-runtime-client = { path = "../runtime/test-runtime/client" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features]
default = ["rocksdb", "full-node"]
rocksdb = ["service/rocksdb"]
default = ["db", "full-node"]
db = ["service/db"]
runtime-benchmarks = ["polkadot-runtime/runtime-benchmarks", "kusama-runtime/runtime-benchmarks", "westend-runtime/runtime-benchmarks"]
full-node = ["av_store", "consensus", "polkadot-network"]