Bump version (#4904)

* Bump spec_version

* Bump version to 0.9.17
This commit is contained in:
Mara Robin B
2022-02-11 20:43:39 +01:00
committed by GitHub
parent a0ebff4909
commit 167df32561
86 changed files with 172 additions and 172 deletions
+81 -81
View File
@@ -3226,7 +3226,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -3318,7 +3318,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime-constants" name = "kusama-runtime-constants"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -4200,7 +4200,7 @@ dependencies = [
[[package]] [[package]]
name = "metered-channel" name = "metered-channel"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
@@ -5583,7 +5583,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -5605,7 +5605,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm-benchmarks" name = "pallet-xcm-benchmarks"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -5976,7 +5976,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
[[package]] [[package]]
name = "polkadot" name = "polkadot"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"color-eyre", "color-eyre",
@@ -5991,7 +5991,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -6011,7 +6011,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6032,7 +6032,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
@@ -6060,7 +6060,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -6088,7 +6088,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"clap", "clap",
"frame-benchmarking-cli", "frame-benchmarking-cli",
@@ -6110,7 +6110,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"frame-benchmarking", "frame-benchmarking",
@@ -6142,7 +6142,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6170,7 +6170,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem", "parity-util-mem",
@@ -6182,7 +6182,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6212,7 +6212,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6225,7 +6225,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6251,7 +6251,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6275,7 +6275,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"parity-scale-codec", "parity-scale-codec",
@@ -6294,7 +6294,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6331,7 +6331,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6359,7 +6359,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec", "bitvec",
@@ -6384,7 +6384,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6400,7 +6400,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6422,7 +6422,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"maplit", "maplit",
@@ -6441,7 +6441,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures 0.3.21", "futures 0.3.21",
@@ -6462,7 +6462,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures 0.3.21", "futures 0.3.21",
@@ -6486,7 +6486,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -6502,7 +6502,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"futures 0.3.21", "futures 0.3.21",
@@ -6522,7 +6522,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6555,7 +6555,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
@@ -6578,7 +6578,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"memory-lru", "memory-lru",
@@ -6599,7 +6599,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"async-std", "async-std",
"lazy_static", "lazy_static",
@@ -6616,7 +6616,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"bs58", "bs58",
@@ -6644,7 +6644,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -6661,7 +6661,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures 0.3.21", "futures 0.3.21",
@@ -6683,7 +6683,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-subsystem-types", "polkadot-node-subsystem-types",
@@ -6692,7 +6692,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -6710,7 +6710,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"futures 0.3.21", "futures 0.3.21",
@@ -6728,7 +6728,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6761,7 +6761,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"femme", "femme",
@@ -6786,7 +6786,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen" name = "polkadot-overseer-gen"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -6803,7 +6803,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen-proc-macro" name = "polkadot-overseer-gen-proc-macro"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"proc-macro-crate 1.1.0", "proc-macro-crate 1.1.0",
@@ -6814,7 +6814,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"frame-support", "frame-support",
@@ -6830,7 +6830,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"kusama-runtime", "kusama-runtime",
@@ -6844,7 +6844,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-system", "frame-system",
@@ -6873,7 +6873,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives-test-helpers" name = "polkadot-primitives-test-helpers"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"sp-application-crypto", "sp-application-crypto",
@@ -6883,7 +6883,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-gadget-rpc", "beefy-gadget-rpc",
@@ -6913,7 +6913,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7002,7 +7002,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7054,7 +7054,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -7065,7 +7065,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"bs58", "bs58",
"parity-scale-codec", "parity-scale-codec",
@@ -7076,7 +7076,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitflags", "bitflags",
@@ -7126,7 +7126,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -7233,7 +7233,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"assert_matches", "assert_matches",
@@ -7263,7 +7263,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -7272,7 +7272,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"parity-scale-codec", "parity-scale-codec",
@@ -7298,7 +7298,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-malus" name = "polkadot-test-malus"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -7325,7 +7325,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7391,7 +7391,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
@@ -7446,7 +7446,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-voter-bags" name = "polkadot-voter-bags"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"clap", "clap",
"generate-bags", "generate-bags",
@@ -7962,7 +7962,7 @@ dependencies = [
[[package]] [[package]]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"clap", "clap",
"frame-system", "frame-system",
@@ -8084,7 +8084,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bp-messages", "bp-messages",
@@ -8158,7 +8158,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime-constants" name = "rococo-runtime-constants"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -9578,7 +9578,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]] [[package]]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"enumn", "enumn",
"parity-scale-codec", "parity-scale-codec",
@@ -10368,7 +10368,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]] [[package]]
name = "staking-miner" name = "staking-miner"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"clap", "clap",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -10674,7 +10674,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
[[package]] [[package]]
name = "test-parachain-adder" name = "test-parachain-adder"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"dlmalloc", "dlmalloc",
"parity-scale-codec", "parity-scale-codec",
@@ -10687,7 +10687,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"clap", "clap",
"futures 0.3.21", "futures 0.3.21",
@@ -10713,14 +10713,14 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-halt" name = "test-parachain-halt"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"substrate-wasm-builder", "substrate-wasm-builder",
] ]
[[package]] [[package]]
name = "test-parachains" name = "test-parachains"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-core", "sp-core",
@@ -10731,7 +10731,7 @@ dependencies = [
[[package]] [[package]]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -11792,7 +11792,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -11881,7 +11881,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -12040,7 +12040,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm" name = "xcm"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"derivative", "derivative",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -12052,7 +12052,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-builder" name = "xcm-builder"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12075,7 +12075,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor" name = "xcm-executor"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -12092,7 +12092,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor-integration-tests" name = "xcm-executor-integration-tests"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12122,7 +12122,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator" name = "xcm-simulator"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -12138,7 +12138,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator-example" name = "xcm-simulator-example"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12161,7 +12161,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator-fuzzer" name = "xcm-simulator-fuzzer"
version = "0.9.16" version = "0.9.17"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -12220,7 +12220,7 @@ dependencies = [
[[package]] [[package]]
name = "zombienet-backchannel" name = "zombienet-backchannel"
version = "0.9.16" version = "0.9.17"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
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 = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "erasure_coding_fuzzer" name = "erasure_coding_fuzzer"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
description = "Polkadot Jaeger primitives" description = "Polkadot Jaeger primitives"
+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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "metered-channel" name = "metered-channel"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
description = "Channels with attached Meters" description = "Channels with attached Meters"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Statement Distribution Subsystem" description = "Statement Distribution Subsystem"
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-overseer-gen" name = "polkadot-overseer-gen"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
description = "Generate an overseer including builder pattern and message wrapper from a single struct." description = "Generate an overseer including builder pattern and message wrapper from a single struct."
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-overseer-gen-proc-macro" name = "polkadot-overseer-gen-proc-macro"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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-primitives" name = "polkadot-node-primitives"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -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.16" version = "0.9.17"
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.16" version = "0.9.17"
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 = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachains" name = "test-parachains"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-adder" name = "test-parachain-adder"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-parachain-halt" name = "test-parachain-halt"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-primitives-test-helpers" name = "polkadot-primitives-test-helpers"
version = "0.9.16" version = "0.9.17"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -115,7 +115,7 @@ 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: 9160, spec_version: 9170,
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-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -114,7 +114,7 @@ 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: 9160, spec_version: 9170,
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 = "rococo-runtime" name = "rococo-runtime"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
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-runtime" name = "polkadot-test-runtime"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.16" version = "0.9.17"
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.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
@@ -1,6 +1,6 @@
[package] [package]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -111,7 +111,7 @@ 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: 9160, spec_version: 9170,
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-statement-table" name = "polkadot-statement-table"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-voter-bags" name = "polkadot-voter-bags"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,16 +1,16 @@
[package] [package]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
polkadot-runtime = { version = "0.9.16", path = "../../../runtime/polkadot" } polkadot-runtime = { version = "0.9.17", path = "../../../runtime/polkadot" }
kusama-runtime = { version = "0.9.16", path = "../../../runtime/kusama" } kusama-runtime = { version = "0.9.17", path = "../../../runtime/kusama" }
westend-runtime = { version = "0.9.16", path = "../../../runtime/westend" } westend-runtime = { version = "0.9.17", path = "../../../runtime/westend" }
polkadot-runtime-constants = { version = "0.9.16", path = "../../../runtime/polkadot/constants" } polkadot-runtime-constants = { version = "0.9.17", path = "../../../runtime/polkadot/constants" }
kusama-runtime-constants = { version = "0.9.16", path = "../../../runtime/kusama/constants" } kusama-runtime-constants = { version = "0.9.17", path = "../../../runtime/kusama/constants" }
westend-runtime-constants = { version = "0.9.16", path = "../../../runtime/westend/constants" } westend-runtime-constants = { version = "0.9.17", path = "../../../runtime/westend/constants" }
pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "staking-miner" name = "staking-miner"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm" name = "xcm"
version = "0.9.16" version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "The basic XCM datastructures." description = "The basic XCM datastructures."
edition = "2018" edition = "2018"
@@ -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 = "2018" edition = "2018"
version = "0.9.16" version = "0.9.17"
[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 = "2018" edition = "2018"
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.16" version = "0.9.17"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
[dependencies] [dependencies]
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
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.16" version = "0.9.17"
[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 = "2018" edition = "2018"
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.16" version = "0.9.17"
[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.16" version = "0.9.17"
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 = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm-simulator-example" name = "xcm-simulator-example"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "xcm-simulator-fuzzer" name = "xcm-simulator-fuzzer"
version = "0.9.16" version = "0.9.17"
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 = "2018" edition = "2018"