mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
cumulus test runtime: remove GenesisExt (#2147)
This PR removes the `GenesisExt` wrapper over the `GenesisRuntimeConfig` in `cumulus-test-service`. Initialization of values that were performed by `GenesisExt::BuildStorage` was moved into `test_pallet` genesis. --------- Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
21fbc00d04
commit
1c0b437330
@@ -4,7 +4,7 @@ default_command = "polkadot"
|
||||
|
||||
chain = "rococo-local"
|
||||
|
||||
[relaychain.genesis.runtime.runtime_genesis_config.configuration.config]
|
||||
[relaychain.genesis.runtime.configuration.config]
|
||||
# set parameters such that collators only connect to 1 validator as a backing group
|
||||
max_validators_per_core = 1
|
||||
group_rotation_frequency = 100 # 10 mins
|
||||
|
||||
Reference in New Issue
Block a user