Add ci check for parity-publish and fix current check issues (#1887)

Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com>
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Lulu
2023-10-31 18:04:31 +00:00
committed by GitHub
parent 6e2f94f81c
commit 495d24d730
75 changed files with 334 additions and 250 deletions
Generated
+194 -194
View File
@@ -774,7 +774,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -797,6 +796,7 @@ dependencies = [
"sp-transaction-pool",
"sp-version",
"sp-weights",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -844,7 +844,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -866,6 +865,7 @@ dependencies = [
"sp-transaction-pool",
"sp-version",
"sp-weights",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -947,7 +947,6 @@ dependencies = [
"pallet-xcm",
"pallet-xcm-benchmarks",
"pallet-xcm-bridge-hub-router",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -970,6 +969,7 @@ dependencies = [
"sp-transaction-pool",
"sp-version",
"sp-weights",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -1052,7 +1052,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -1075,6 +1074,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -1102,7 +1102,6 @@ dependencies = [
"pallet-session",
"pallet-xcm",
"pallet-xcm-bridge-hub-router",
"parachain-info",
"parachains-common",
"parachains-runtimes-test-utils",
"parity-scale-codec",
@@ -1112,6 +1111,7 @@ dependencies = [
"sp-io",
"sp-runtime",
"sp-std",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -1994,7 +1994,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -2017,6 +2016,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -2057,7 +2057,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -2080,6 +2079,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -2160,7 +2160,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -2185,6 +2184,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -2225,7 +2225,6 @@ dependencies = [
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parachains-runtimes-test-utils",
"parity-scale-codec",
@@ -2234,6 +2233,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"sp-tracing",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -2502,20 +2502,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "chain-spec-builder"
version = "2.0.0"
dependencies = [
"ansi_term",
"clap 4.4.6",
"node-cli",
"rand 0.8.5",
"sc-chain-spec",
"sc-keystore",
"sp-core",
"sp-keystore",
]
[[package]]
name = "chrono"
version = "0.4.27"
@@ -2772,7 +2758,6 @@ dependencies = [
"pallet-transaction-payment-rpc-runtime-api",
"pallet-utility",
"pallet-xcm",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -2795,6 +2780,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -2983,7 +2969,6 @@ dependencies = [
"pallet-transaction-payment-rpc-runtime-api",
"pallet-utility",
"pallet-xcm",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-core-primitives",
@@ -3005,6 +2990,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -6011,7 +5997,6 @@ dependencies = [
"pallet-glutton",
"pallet-sudo",
"pallet-timestamp",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"scale-info",
@@ -6028,6 +6013,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -8468,151 +8454,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "node-cli"
version = "3.0.0-dev"
dependencies = [
"array-bytes 6.1.0",
"assert_cmd",
"clap 4.4.6",
"clap_complete",
"criterion 0.4.0",
"frame-benchmarking-cli",
"frame-system",
"frame-system-rpc-runtime-api",
"futures",
"jsonrpsee",
"kitchensink-runtime",
"log",
"nix 0.26.2",
"node-executor",
"node-inspect",
"node-primitives",
"node-rpc",
"pallet-asset-conversion-tx-payment",
"pallet-asset-tx-payment",
"pallet-assets",
"pallet-balances",
"pallet-im-online",
"pallet-timestamp",
"parity-scale-codec",
"platforms",
"rand 0.8.5",
"regex",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-block-builder",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"sc-consensus-slots",
"sc-executor",
"sc-keystore",
"sc-mixnet",
"sc-network",
"sc-network-common",
"sc-network-statement",
"sc-network-sync",
"sc-offchain",
"sc-rpc",
"sc-service",
"sc-service-test",
"sc-statement-store",
"sc-storage-monitor",
"sc-sync-state-rpc",
"sc-sysinfo",
"sc-telemetry",
"sc-transaction-pool",
"sc-transaction-pool-api",
"serde",
"serde_json",
"soketto",
"sp-api",
"sp-authority-discovery",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-grandpa",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-mixnet",
"sp-runtime",
"sp-statement-store",
"sp-timestamp",
"sp-tracing",
"sp-transaction-storage-proof",
"substrate-build-script-utils",
"substrate-cli-test-utils",
"substrate-frame-cli",
"substrate-rpc-client",
"tempfile",
"tokio",
"tokio-util",
"try-runtime-cli",
"wait-timeout",
]
[[package]]
name = "node-executor"
version = "3.0.0-dev"
dependencies = [
"criterion 0.4.0",
"frame-benchmarking",
"frame-support",
"frame-system",
"futures",
"kitchensink-runtime",
"node-primitives",
"node-testing",
"pallet-balances",
"pallet-contracts",
"pallet-glutton",
"pallet-im-online",
"pallet-root-testing",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
"parity-scale-codec",
"sc-executor",
"scale-info",
"sp-application-crypto",
"sp-consensus-babe",
"sp-core",
"sp-externalities",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-statement-store",
"sp-tracing",
"sp-trie",
"wat",
]
[[package]]
name = "node-inspect"
version = "0.9.0-dev"
dependencies = [
"clap 4.4.6",
"parity-scale-codec",
"sc-cli",
"sc-client-api",
"sc-service",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "node-primitives"
version = "2.0.0"
@@ -8766,7 +8607,6 @@ dependencies = [
"futures",
"kitchensink-runtime",
"log",
"node-executor",
"node-primitives",
"pallet-asset-conversion",
"pallet-asset-conversion-tx-payment",
@@ -8789,6 +8629,7 @@ dependencies = [
"sp-keyring",
"sp-runtime",
"sp-timestamp",
"staging-node-executor",
"substrate-test-client",
"tempfile",
]
@@ -11135,19 +10976,6 @@ dependencies = [
"staging-xcm-builder",
]
[[package]]
name = "parachain-info"
version = "0.1.0"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std",
]
[[package]]
name = "parachain-template-node"
version = "0.1.0"
@@ -11237,7 +11065,6 @@ dependencies = [
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-xcm",
"parachain-info",
"parity-scale-codec",
"polkadot-parachain-primitives",
"polkadot-runtime-common",
@@ -11255,6 +11082,7 @@ dependencies = [
"sp-std",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -11276,7 +11104,6 @@ dependencies = [
"pallet-authorship",
"pallet-balances",
"pallet-collator-selection",
"parachain-info",
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-primitives",
@@ -11288,6 +11115,7 @@ dependencies = [
"sp-io",
"sp-runtime",
"sp-std",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"substrate-wasm-builder",
@@ -11313,7 +11141,6 @@ dependencies = [
"pallet-collator-selection",
"pallet-session",
"pallet-xcm",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-parachain-primitives",
@@ -11323,6 +11150,7 @@ dependencies = [
"sp-runtime",
"sp-std",
"sp-tracing",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-executor",
"substrate-wasm-builder",
@@ -11557,7 +11385,6 @@ dependencies = [
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-xcm",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-parachain-primitives",
@@ -11578,6 +11405,7 @@ dependencies = [
"sp-storage",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -14283,7 +14111,6 @@ dependencies = [
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-xcm",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"polkadot-parachain-primitives",
@@ -14301,6 +14128,7 @@ dependencies = [
"sp-std",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -16366,7 +16194,6 @@ dependencies = [
"pallet-balances",
"pallet-sudo",
"pallet-timestamp",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"scale-info",
@@ -16382,6 +16209,7 @@ dependencies = [
"sp-std",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"substrate-wasm-builder",
]
@@ -16614,7 +16442,6 @@ dependencies = [
"frame-try-runtime",
"pallet-aura",
"pallet-timestamp",
"parachain-info",
"parachains-common",
"parity-scale-codec",
"scale-info",
@@ -16630,6 +16457,7 @@ dependencies = [
"sp-std",
"sp-transaction-pool",
"sp-version",
"staging-parachain-info",
"staging-xcm",
"staging-xcm-builder",
"staging-xcm-executor",
@@ -17865,6 +17693,178 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "staging-chain-spec-builder"
version = "2.0.0"
dependencies = [
"ansi_term",
"clap 4.4.6",
"rand 0.8.5",
"sc-chain-spec",
"sc-keystore",
"sp-core",
"sp-keystore",
"staging-node-cli",
]
[[package]]
name = "staging-node-cli"
version = "3.0.0-dev"
dependencies = [
"array-bytes 6.1.0",
"assert_cmd",
"clap 4.4.6",
"clap_complete",
"criterion 0.4.0",
"frame-benchmarking-cli",
"frame-system",
"frame-system-rpc-runtime-api",
"futures",
"jsonrpsee",
"kitchensink-runtime",
"log",
"nix 0.26.2",
"node-primitives",
"node-rpc",
"pallet-asset-conversion-tx-payment",
"pallet-asset-tx-payment",
"pallet-assets",
"pallet-balances",
"pallet-im-online",
"pallet-timestamp",
"parity-scale-codec",
"platforms",
"rand 0.8.5",
"regex",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-block-builder",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"sc-consensus-slots",
"sc-executor",
"sc-keystore",
"sc-mixnet",
"sc-network",
"sc-network-common",
"sc-network-statement",
"sc-network-sync",
"sc-offchain",
"sc-rpc",
"sc-service",
"sc-service-test",
"sc-statement-store",
"sc-storage-monitor",
"sc-sync-state-rpc",
"sc-sysinfo",
"sc-telemetry",
"sc-transaction-pool",
"sc-transaction-pool-api",
"serde",
"serde_json",
"soketto",
"sp-api",
"sp-authority-discovery",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-grandpa",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-mixnet",
"sp-runtime",
"sp-statement-store",
"sp-timestamp",
"sp-tracing",
"sp-transaction-storage-proof",
"staging-node-executor",
"staging-node-inspect",
"substrate-build-script-utils",
"substrate-cli-test-utils",
"substrate-frame-cli",
"substrate-rpc-client",
"tempfile",
"tokio",
"tokio-util",
"try-runtime-cli",
"wait-timeout",
]
[[package]]
name = "staging-node-executor"
version = "3.0.0-dev"
dependencies = [
"criterion 0.4.0",
"frame-benchmarking",
"frame-support",
"frame-system",
"futures",
"kitchensink-runtime",
"node-primitives",
"node-testing",
"pallet-balances",
"pallet-contracts",
"pallet-glutton",
"pallet-im-online",
"pallet-root-testing",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
"parity-scale-codec",
"sc-executor",
"scale-info",
"sp-application-crypto",
"sp-consensus-babe",
"sp-core",
"sp-externalities",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-statement-store",
"sp-tracing",
"sp-trie",
"wat",
]
[[package]]
name = "staging-node-inspect"
version = "0.9.0-dev"
dependencies = [
"clap 4.4.6",
"parity-scale-codec",
"sc-cli",
"sc-client-api",
"sc-service",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "staging-parachain-info"
version = "0.1.0"
dependencies = [
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std",
]
[[package]]
name = "staging-xcm"
version = "1.0.0"
@@ -18051,7 +18051,6 @@ dependencies = [
name = "substrate"
version = "1.0.0"
dependencies = [
"chain-spec-builder",
"frame-support",
"sc-cli",
"sc-consensus-aura",
@@ -18063,6 +18062,7 @@ dependencies = [
"sc-service",
"simple-mermaid",
"sp-runtime",
"staging-chain-spec-builder",
"subkey",
]
@@ -18090,12 +18090,12 @@ dependencies = [
"assert_cmd",
"futures",
"nix 0.26.2",
"node-cli",
"node-primitives",
"regex",
"sc-cli",
"sc-service",
"sp-rpc",
"staging-node-cli",
"substrate-rpc-client",
"tokio",
]