Integrate try-runtime into cumulus (#793)

* almost integrate

* revert branch changes

* remove extra deps

* some review comments'

* Fix a bunch of stuff

* Update parachain-template/node/Cargo.toml

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>

* Fix

* Fix

* fix benchmark

* fmt

* Remove wrong bench test

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
Kian Paimani
2021-12-02 14:00:54 +01:00
committed by GitHub
parent ca81203b83
commit e70f7fd016
23 changed files with 189 additions and 10 deletions
Generated
+7
View File
@@ -6055,6 +6055,7 @@ dependencies = [
"substrate-build-script-utils",
"substrate-frame-rpc-system",
"substrate-prometheus-endpoint",
"try-runtime-cli",
]
[[package]]
@@ -6076,6 +6077,7 @@ dependencies = [
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal 0.3.4",
"log",
"pallet-aura",
@@ -6699,6 +6701,7 @@ dependencies = [
"substrate-frame-rpc-system",
"substrate-prometheus-endpoint",
"tempfile",
"try-runtime-cli",
"westmint-runtime",
]
@@ -9816,6 +9819,7 @@ dependencies = [
"frame-executive",
"frame-support",
"frame-system",
"frame-try-runtime",
"log",
"parachain-info",
"parity-scale-codec",
@@ -10712,6 +10716,7 @@ dependencies = [
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal 0.3.4",
"log",
"node-primitives",
@@ -10777,6 +10782,7 @@ dependencies = [
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal 0.3.4",
"log",
"node-primitives",
@@ -12170,6 +12176,7 @@ dependencies = [
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal 0.3.4",
"log",
"node-primitives",