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
@@ -32,7 +32,7 @@ cumulus_based = true
|
||||
add_to_genesis = false
|
||||
register_para = false
|
||||
# Set some random value in the genesis state to create a different genesis hash.
|
||||
[parachains.genesis.runtime.runtime_genesis_config.sudo]
|
||||
[parachains.genesis.runtime.sudo]
|
||||
key = "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
|
||||
|
||||
# run the parachain that will be used to return the header of the solo chain.
|
||||
|
||||
Reference in New Issue
Block a user