companion try-state (#5907)

* bunch of changes for now

* companion for sanity-checks

* Fix

* remove bridges

* better logging

* revert spec change

* fmt

* fix

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Kian Paimani
2022-09-01 15:24:03 +01:00
committed by GitHub
parent 254582df7f
commit f2020208c0
9 changed files with 219 additions and 185 deletions
+4 -3
View File
@@ -227,10 +227,10 @@ try-runtime = [
"frame-executive/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime",
"pallet-authorship/try-runtime",
"runtime-common/try-runtime",
"pallet-authority-discovery/try-runtime",
"pallet-authorship/try-runtime",
"pallet-balances/try-runtime",
"pallet-bags-list/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-collective/try-runtime",
"pallet-elections-phragmen/try-runtime",
@@ -256,8 +256,9 @@ try-runtime = [
"pallet-treasury/try-runtime",
"pallet-utility/try-runtime",
"pallet-vesting/try-runtime",
"pallet-xcm/try-runtime",
"pallet-babe/try-runtime",
"runtime-common/try-runtime",
"pallet-bags-list/try-runtime",
]
# When enabled, the runtime API will not be build.
#