mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
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:
Generated
+7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user