sync versions with current release (0.9.33) (#6363)

* westend: update transaction version

* polkadot: update transaction version

* kusama: update transaction version

* Bump spec_version to 9330

* bump versions to 0.9.33
This commit is contained in:
Mara Robin B
2022-11-30 09:32:20 +01:00
committed by GitHub
parent 8042b1cb2a
commit b76086c617
89 changed files with 174 additions and 174 deletions
+83 -83
View File
@@ -3209,7 +3209,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]] [[package]]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -3313,7 +3313,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime-constants" name = "kusama-runtime-constants"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -5557,7 +5557,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -5579,7 +5579,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm-benchmarks" name = "pallet-xcm-benchmarks"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -5894,7 +5894,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
[[package]] [[package]]
name = "polkadot" name = "polkadot"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"color-eyre", "color-eyre",
@@ -5909,7 +5909,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -5933,7 +5933,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -5958,7 +5958,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
@@ -5987,7 +5987,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -6016,7 +6016,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"clap", "clap",
"frame-benchmarking-cli", "frame-benchmarking-cli",
@@ -6042,7 +6042,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"frame-benchmarking", "frame-benchmarking",
@@ -6084,7 +6084,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6113,7 +6113,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem", "parity-util-mem",
@@ -6125,7 +6125,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6157,7 +6157,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6170,7 +6170,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6197,7 +6197,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6226,7 +6226,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"parity-scale-codec", "parity-scale-codec",
@@ -6245,7 +6245,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6284,7 +6284,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6312,7 +6312,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6338,7 +6338,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6354,7 +6354,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6377,7 +6377,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"maplit", "maplit",
@@ -6396,7 +6396,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures", "futures",
@@ -6417,7 +6417,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"fatality", "fatality",
@@ -6444,7 +6444,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -6460,7 +6460,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
@@ -6481,7 +6481,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6515,7 +6515,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"futures-timer", "futures-timer",
@@ -6538,7 +6538,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"lru", "lru",
@@ -6559,7 +6559,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"async-std", "async-std",
"lazy_static", "lazy_static",
@@ -6576,7 +6576,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"bs58", "bs58",
@@ -6604,7 +6604,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -6627,7 +6627,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures", "futures",
@@ -6649,7 +6649,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-subsystem-types", "polkadot-node-subsystem-types",
@@ -6658,7 +6658,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -6676,7 +6676,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -6698,7 +6698,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6739,7 +6739,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6765,7 +6765,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"frame-support", "frame-support",
@@ -6781,7 +6781,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"kusama-runtime", "kusama-runtime",
@@ -6795,7 +6795,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"hex-literal", "hex-literal",
@@ -6821,7 +6821,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives-test-helpers" name = "polkadot-primitives-test-helpers"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.5", "rand 0.8.5",
@@ -6833,7 +6833,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-gadget-rpc", "beefy-gadget-rpc",
@@ -6864,7 +6864,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -6960,7 +6960,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7012,7 +7012,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -7023,7 +7023,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"bs58", "bs58",
"parity-scale-codec", "parity-scale-codec",
@@ -7034,7 +7034,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitflags", "bitflags",
@@ -7086,7 +7086,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -7200,7 +7200,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"assert_matches", "assert_matches",
@@ -7231,7 +7231,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -7240,7 +7240,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures", "futures",
"parity-scale-codec", "parity-scale-codec",
@@ -7266,7 +7266,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-malus" name = "polkadot-test-malus"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -7295,7 +7295,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7360,7 +7360,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
@@ -7415,7 +7415,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-voter-bags" name = "polkadot-voter-bags"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"clap", "clap",
"generate-bags", "generate-bags",
@@ -7998,7 +7998,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]] [[package]]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"clap", "clap",
"frame-system", "frame-system",
@@ -8126,7 +8126,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-merkle-tree", "beefy-merkle-tree",
"beefy-primitives", "beefy-primitives",
@@ -8215,7 +8215,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime-constants" name = "rococo-runtime-constants"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -9799,7 +9799,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
[[package]] [[package]]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"enumn", "enumn",
"parity-scale-codec", "parity-scale-codec",
@@ -10616,7 +10616,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]] [[package]]
name = "staking-miner" name = "staking-miner"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"clap", "clap",
@@ -11041,7 +11041,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
[[package]] [[package]]
name = "test-parachain-adder" name = "test-parachain-adder"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"dlmalloc", "dlmalloc",
"parity-scale-codec", "parity-scale-codec",
@@ -11054,7 +11054,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"clap", "clap",
"futures", "futures",
@@ -11080,14 +11080,14 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-halt" name = "test-parachain-halt"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"substrate-wasm-builder", "substrate-wasm-builder",
] ]
[[package]] [[package]]
name = "test-parachain-undying" name = "test-parachain-undying"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"dlmalloc", "dlmalloc",
"log", "log",
@@ -11101,7 +11101,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-undying-collator" name = "test-parachain-undying-collator"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"clap", "clap",
"futures", "futures",
@@ -11127,7 +11127,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachains" name = "test-parachains"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-core", "sp-core",
@@ -11138,7 +11138,7 @@ dependencies = [
[[package]] [[package]]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -11453,7 +11453,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum" name = "tracing-gum"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-primitives", "polkadot-primitives",
@@ -11463,7 +11463,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum-proc-macro" name = "tracing-gum-proc-macro"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"expander 0.0.6", "expander 0.0.6",
@@ -12281,7 +12281,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -12377,7 +12377,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -12603,7 +12603,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm" name = "xcm"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"derivative", "derivative",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -12616,7 +12616,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-builder" name = "xcm-builder"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12639,7 +12639,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor" name = "xcm-executor"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -12656,7 +12656,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor-integration-tests" name = "xcm-executor-integration-tests"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12676,7 +12676,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-procedural" name = "xcm-procedural"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro2", "proc-macro2",
@@ -12686,7 +12686,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator" name = "xcm-simulator"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -12702,7 +12702,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator-example" name = "xcm-simulator-example"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12725,7 +12725,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator-fuzzer" name = "xcm-simulator-fuzzer"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12784,7 +12784,7 @@ dependencies = [
[[package]] [[package]]
name = "zombienet-backchannel" name = "zombienet-backchannel"
version = "0.9.31" version = "0.9.33"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"lazy_static", "lazy_static",
+1 -1
View File
@@ -6,7 +6,7 @@ path = "src/main.rs"
name = "polkadot" name = "polkadot"
description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework." description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework."
license = "GPL-3.0-only" license = "GPL-3.0-only"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
rust-version = "1.57.0" # custom profiles rust-version = "1.57.0" # custom profiles
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot Relay-chain Client Node" description = "Polkadot Relay-chain Client Node"
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "erasure_coding_fuzzer" name = "erasure_coding_fuzzer"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,7 +1,7 @@
[package] [package]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
description = "Chain Selection Subsystem" description = "Chain Selection Subsystem"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tracing-gum" name = "tracing-gum"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Stick logs together with the TraceID as provided by tempo" description = "Stick logs together with the TraceID as provided by tempo"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tracing-gum-proc-macro" name = "tracing-gum-proc-macro"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition." description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition."
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo" description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "polkadot-test-malus" name = "polkadot-test-malus"
description = "Misbehaving nodes for local testnets, system and Simnet tests." description = "Misbehaving nodes for local testnets, system and Simnet tests."
license = "GPL-3.0-only" license = "GPL-3.0-only"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Subsystem metric helpers" description = "Subsystem metric helpers"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Primitives types for the Node-side" description = "Primitives types for the Node-side"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Statement Distribution Subsystem" description = "Statement Distribution Subsystem"
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Primitives types for the Node-side" description = "Primitives types for the Node-side"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
description = "Subsystem traits and message definitions and the generated overseer" description = "Subsystem traits and message definitions and the generated overseer"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -2,7 +2,7 @@
name = "zombienet-backchannel" name = "zombienet-backchannel"
description = "Zombienet backchannel to notify test runner and coordinate with malus actors." description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
license = "GPL-3.0-only" license = "GPL-3.0-only"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and utilities for creating and working with parachains" description = "Types and utilities for creating and working with parachains"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachains" name = "test-parachains"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Integration tests using the test-parachains" description = "Integration tests using the test-parachains"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-adder" name = "test-parachain-adder"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition" description = "Test parachain which adds to a number as its state transition"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the adder test parachain" description = "Collator for the adder test parachain"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-halt" name = "test-parachain-halt"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever" description = "Test parachain which executes forever"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-undying" name = "test-parachain-undying"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain for zombienet integration tests" description = "Test parachain for zombienet integration tests"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-undying-collator" name = "test-parachain-undying-collator"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain" description = "Collator for the undying test parachain"
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-primitives-test-helpers" name = "polkadot-primitives-test-helpers"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "kusama-runtime-constants" name = "kusama-runtime-constants"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+2 -2
View File
@@ -124,13 +124,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"), spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"), impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2, authoring_version: 2,
spec_version: 9310, spec_version: 9330,
impl_version: 0, impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))] #[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")] #[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]], apis: sp_version::create_apis_vec![[]],
transaction_version: 15, transaction_version: 16,
state_version: 0, state_version: 0,
}; };
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+2 -2
View File
@@ -114,13 +114,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"), spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"), impl_name: create_runtime_str!("parity-polkadot"),
authoring_version: 0, authoring_version: 0,
spec_version: 9310, spec_version: 9330,
impl_version: 0, impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))] #[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")] #[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]], apis: sp_version::create_apis_vec![[]],
transaction_version: 16, transaction_version: 17,
state_version: 0, state_version: 0,
}; };
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "rococo-runtime-constants" name = "rococo-runtime-constants"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -108,7 +108,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"), spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"), impl_name: create_runtime_str!("parity-rococo-v2.0"),
authoring_version: 0, authoring_version: 0,
spec_version: 9310, spec_version: 9330,
impl_version: 0, impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))] #[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+2 -2
View File
@@ -109,13 +109,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"), spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"), impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2, authoring_version: 2,
spec_version: 9310, spec_version: 9330,
impl_version: 0, impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))] #[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")] #[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]], apis: sp_version::create_apis_vec![[]],
transaction_version: 14, transaction_version: 15,
state_version: 0, state_version: 0,
}; };
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-voter-bags" name = "polkadot-voter-bags"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "staking-miner" name = "staking-miner"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm" name = "xcm"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "The basic XCM datastructures." description = "The basic XCM datastructures."
edition = "2021" edition = "2021"
@@ -2,7 +2,7 @@
name = "pallet-xcm-benchmarks" name = "pallet-xcm-benchmarks"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
version = "0.9.31" version = "0.9.33"
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]
+1 -1
View File
@@ -2,7 +2,7 @@
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.31" version = "0.9.33"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
name = "xcm-procedural" name = "xcm-procedural"
version = "0.9.31" version = "0.9.33"
edition = "2021" edition = "2021"
[lib] [lib]
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
name = "xcm-builder" name = "xcm-builder"
description = "Tools & types for building with XCM and its executor." description = "Tools & types for building with XCM and its executor."
version = "0.9.31" version = "0.9.33"
[dependencies] [dependencies]
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
name = "xcm-executor" name = "xcm-executor"
description = "An abstract and configurable XCM message executor." description = "An abstract and configurable XCM message executor."
version = "0.9.31" version = "0.9.33"
[dependencies] [dependencies]
impl-trait-for-tuples = "0.2.2" impl-trait-for-tuples = "0.2.2"
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
name = "xcm-executor-integration-tests" name = "xcm-executor-integration-tests"
description = "Integration tests for the XCM Executor" description = "Integration tests for the XCM Executor"
version = "0.9.31" version = "0.9.33"
[dependencies] [dependencies]
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm-simulator" name = "xcm-simulator"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Test kit to simulate cross-chain message passing and XCM execution" description = "Test kit to simulate cross-chain message passing and XCM execution"
edition = "2021" edition = "2021"
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm-simulator-example" name = "xcm-simulator-example"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Examples of xcm-simulator usage." description = "Examples of xcm-simulator usage."
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm-simulator-fuzzer" name = "xcm-simulator-fuzzer"
version = "0.9.31" version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Examples of xcm-simulator usage." description = "Examples of xcm-simulator usage."
edition = "2021" edition = "2021"