Westend state trie to version 1 (#6336)

* Switch to state V1 and add state-trie-migration pallet with dummy manual
account.

* Initialize limit on runtime upgrade.

* add prelude

* sp_std prelude only for no_std

* Disable filter for signed migration

* revert hex dep

* use NeverEnsureOrigin

* fix

* correct fix

* check init state in try-runtime

Co-authored-by: parity-processbot <>
This commit is contained in:
cheme
2023-01-11 13:13:33 +01:00
committed by GitHub
parent 15ecfb2c02
commit 403320269e
3 changed files with 72 additions and 1 deletions
+1
View File
@@ -13035,6 +13035,7 @@ dependencies = [
"pallet-society",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-state-trie-migration",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",