Statemine state migration runtime changes. (#1743)

* init, using polkadot master

* version update

* weights copy pasted from substrate

* feature gate migration

* changes from reviews

* Change controller addresses.

* fix

* rename feature to state-trie-version-1
This commit is contained in:
cheme
2022-11-07 12:09:32 +01:00
committed by GitHub
parent b7b75ff054
commit e7c6a83502
3 changed files with 94 additions and 3 deletions
+18
View File
@@ -6134,6 +6134,23 @@ dependencies = [
"sp-arithmetic",
]
[[package]]
name = "pallet-state-trie-migration"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
@@ -11525,6 +11542,7 @@ dependencies = [
"pallet-multisig",
"pallet-proxy",
"pallet-session",
"pallet-state-trie-migration",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",