mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 20:35:41 +00:00
Enable elastic scaling node feature in local testnets genesis (#3509)
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -93,6 +93,7 @@ kvdb-rocksdb = { version = "0.19.0", optional = true }
|
||||
parity-db = { version = "0.4.12", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
parking_lot = "0.12.1"
|
||||
bitvec = { version = "1.0.1", optional = true }
|
||||
|
||||
# Polkadot
|
||||
polkadot-core-primitives = { path = "../../core-primitives" }
|
||||
@@ -184,8 +185,8 @@ full-node = [
|
||||
]
|
||||
|
||||
# Configure the native runtimes to use.
|
||||
westend-native = ["westend-runtime", "westend-runtime-constants"]
|
||||
rococo-native = ["rococo-runtime", "rococo-runtime-constants"]
|
||||
westend-native = ["bitvec", "westend-runtime", "westend-runtime-constants"]
|
||||
rococo-native = ["bitvec", "rococo-runtime", "rococo-runtime-constants"]
|
||||
|
||||
runtime-benchmarks = [
|
||||
"frame-benchmarking-cli/runtime-benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user