Companion for substrate#9115 (#3265)

* runtime(kusama/polkadot): migrations for collective storage prefix

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* fix

* fix migration

* spelling

* Fix

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* update Substrate

* fix unused

Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
Qinxuan Chen
2021-09-14 21:01:19 +08:00
committed by GitHub
parent de637b966a
commit 438a45799f
4 changed files with 266 additions and 156 deletions
@@ -31,7 +31,7 @@ use sc_executor::NativeElseWasmExecutor;
use sc_service::{TFullBackend, TFullClient};
use sp_runtime::{app_crypto::sp_core::H256, generic::Era, AccountId32};
use std::{error::Error, future::Future, str::FromStr};
use support::{weights::Weight, StorageValue};
use support::weights::Weight;
use test_runner::{
build_runtime, client_parts, ChainInfo, ConfigOrChainSpec, Node, SignatureVerificationOverride,
};