add unit tests to run runtime migrations (#5865)

* add unit tests to run runtime migrations

* Update runtime/westend/src/lib.rs

Co-authored-by: Mara Robin B. <mara@broda.me>

* fix

* fmt

* Update runtime/westend/src/lib.rs

Co-authored-by: Mara Robin B. <mara@broda.me>
This commit is contained in:
Kian Paimani
2022-08-11 07:24:11 +01:00
committed by GitHub
parent f1dce2f548
commit 1ad7de583f
7 changed files with 123 additions and 0 deletions
+9
View File
@@ -3231,6 +3231,7 @@ dependencies = [
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"remote-externalities",
"rustc-hex",
"scale-info",
"separator",
@@ -3254,12 +3255,14 @@ dependencies = [
"sp-session",
"sp-staking",
"sp-std",
"sp-tracing",
"sp-transaction-pool",
"sp-trie",
"sp-version",
"static_assertions",
"substrate-wasm-builder",
"tiny-keccak",
"tokio",
"xcm",
"xcm-builder",
"xcm-executor",
@@ -6975,6 +6978,7 @@ dependencies = [
"polkadot-runtime-common",
"polkadot-runtime-constants",
"polkadot-runtime-parachains",
"remote-externalities",
"rustc-hex",
"scale-info",
"separator",
@@ -6997,12 +7001,14 @@ dependencies = [
"sp-session",
"sp-staking",
"sp-std",
"sp-tracing",
"sp-transaction-pool",
"sp-trie",
"sp-version",
"static_assertions",
"substrate-wasm-builder",
"tiny-keccak",
"tokio",
"trie-db",
"xcm",
"xcm-builder",
@@ -12243,6 +12249,7 @@ dependencies = [
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"remote-externalities",
"rustc-hex",
"scale-info",
"serde",
@@ -12264,11 +12271,13 @@ dependencies = [
"sp-session",
"sp-staking",
"sp-std",
"sp-tracing",
"sp-transaction-pool",
"sp-trie",
"sp-version",
"substrate-wasm-builder",
"tiny-keccak",
"tokio",
"westend-runtime-constants",
"xcm",
"xcm-builder",