Bump version, tx_version and spec_version in prep for v0.9.11 (#3970)

* bump version and spec_version

* bump transaction version

* Bump of the default value in CI

* bump tx version for westend and kusama

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
This commit is contained in:
Martin Pugh
2021-09-30 14:44:19 +02:00
committed by GitHub
parent c3a8d35d1b
commit 72eab56e88
78 changed files with 152 additions and 152 deletions
@@ -10,7 +10,7 @@ on:
required: true required: true
binary_url: binary_url:
description: A url to a Linux binary for the node containing the runtime to test description: A url to a Linux binary for the node containing the runtime to test
default: https://releases.parity.io/polkadot/x86_64-debian:stretch/v0.9.9-rc1/polkadot default: https://releases.parity.io/polkadot/x86_64-debian:stretch/v0.9.10/polkadot
required: true required: true
chain: chain:
description: The name of the chain under test. Usually, you would pass a local chain description: The name of the chain under test. Usually, you would pass a local chain
+72 -72
View File
@@ -3125,7 +3125,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -4118,7 +4118,7 @@ dependencies = [
[[package]] [[package]]
name = "metered-channel" name = "metered-channel"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
@@ -5410,7 +5410,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -5808,7 +5808,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
[[package]] [[package]]
name = "polkadot" name = "polkadot"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"color-eyre", "color-eyre",
@@ -5820,7 +5820,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -5840,7 +5840,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -5861,7 +5861,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"derive_more", "derive_more",
@@ -5888,7 +5888,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"env_logger 0.9.0", "env_logger 0.9.0",
@@ -5915,7 +5915,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures 0.3.17", "futures 0.3.17",
@@ -5934,7 +5934,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"frame-benchmarking", "frame-benchmarking",
@@ -5966,7 +5966,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -5993,7 +5993,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem", "parity-util-mem",
@@ -6005,7 +6005,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6034,7 +6034,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -6047,7 +6047,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6073,7 +6073,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6096,7 +6096,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"parity-scale-codec", "parity-scale-codec",
@@ -6114,7 +6114,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6150,7 +6150,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6177,7 +6177,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6201,7 +6201,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -6216,7 +6216,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6237,7 +6237,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"maplit", "maplit",
@@ -6256,7 +6256,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures 0.3.17", "futures 0.3.17",
@@ -6277,7 +6277,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6301,7 +6301,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-participation" name = "polkadot-node-core-dispute-participation"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"futures 0.3.17", "futures 0.3.17",
@@ -6317,7 +6317,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.17", "futures 0.3.17",
@@ -6333,7 +6333,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"bitvec 0.20.1", "bitvec 0.20.1",
"futures 0.3.17", "futures 0.3.17",
@@ -6350,7 +6350,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -6384,7 +6384,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"memory-lru", "memory-lru",
@@ -6403,7 +6403,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"async-std", "async-std",
"lazy_static", "lazy_static",
@@ -6420,7 +6420,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -6430,7 +6430,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -6447,7 +6447,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures 0.3.17", "futures 0.3.17",
@@ -6469,7 +6469,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-subsystem-types", "polkadot-node-subsystem-types",
@@ -6478,7 +6478,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.17", "futures 0.3.17",
@@ -6496,7 +6496,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"futures 0.3.17", "futures 0.3.17",
@@ -6514,7 +6514,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6544,7 +6544,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"femme", "femme",
@@ -6568,7 +6568,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen" name = "polkadot-overseer-gen"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.17", "futures 0.3.17",
@@ -6585,7 +6585,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen-proc-macro" name = "polkadot-overseer-gen-proc-macro"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"proc-macro-crate 1.1.0", "proc-macro-crate 1.1.0",
@@ -6596,7 +6596,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"frame-support", "frame-support",
@@ -6612,7 +6612,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"bitvec 0.20.1", "bitvec 0.20.1",
"frame-system", "frame-system",
@@ -6641,7 +6641,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-gadget-rpc", "beefy-gadget-rpc",
@@ -6671,7 +6671,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6753,7 +6753,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6803,7 +6803,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -6846,7 +6846,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -6948,7 +6948,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-simnet" name = "polkadot-simnet"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6980,14 +6980,14 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-simnet-node" name = "polkadot-simnet-node"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"polkadot-simnet", "polkadot-simnet",
] ]
[[package]] [[package]]
name = "polkadot-simnet-test" name = "polkadot-simnet-test"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-system", "frame-system",
"pallet-balances", "pallet-balances",
@@ -7001,7 +7001,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"assert_matches", "assert_matches",
@@ -7030,7 +7030,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -7039,7 +7039,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"parity-scale-codec", "parity-scale-codec",
@@ -7065,7 +7065,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-malus" name = "polkadot-test-malus"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait", "async-trait",
@@ -7084,7 +7084,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -7149,7 +7149,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
@@ -7770,7 +7770,7 @@ dependencies = [
[[package]] [[package]]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-election-provider-support", "frame-election-provider-support",
"frame-support", "frame-support",
@@ -7870,7 +7870,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bp-messages", "bp-messages",
@@ -9332,7 +9332,7 @@ dependencies = [
[[package]] [[package]]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"enumn", "enumn",
"parity-scale-codec", "parity-scale-codec",
@@ -10096,7 +10096,7 @@ checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
[[package]] [[package]]
name = "staking-miner" name = "staking-miner"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"frame-election-provider-support", "frame-election-provider-support",
@@ -10457,7 +10457,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-adder" name = "test-parachain-adder"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"dlmalloc", "dlmalloc",
"parity-scale-codec", "parity-scale-codec",
@@ -10470,7 +10470,7 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-adder-collator" name = "test-parachain-adder-collator"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"futures 0.3.17", "futures 0.3.17",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -10496,14 +10496,14 @@ dependencies = [
[[package]] [[package]]
name = "test-parachain-halt" name = "test-parachain-halt"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"substrate-wasm-builder", "substrate-wasm-builder",
] ]
[[package]] [[package]]
name = "test-parachains" name = "test-parachains"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"sp-core", "sp-core",
@@ -11579,7 +11579,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec 0.20.1", "bitvec 0.20.1",
@@ -11761,7 +11761,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm" name = "xcm"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"derivative", "derivative",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -11773,7 +11773,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-builder" name = "xcm-builder"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -11796,7 +11796,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor" name = "xcm-executor"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -11813,7 +11813,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor-integration-tests" name = "xcm-executor-integration-tests"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -11842,7 +11842,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator" name = "xcm-simulator"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"parity-scale-codec", "parity-scale-codec",
@@ -11858,7 +11858,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-simulator-example" name = "xcm-simulator-example"
version = "0.9.9" version = "0.9.11"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
+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.9" version = "0.9.11"
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 = "polkadot-cli" name = "polkadot-cli"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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-participation" name = "polkadot-node-core-dispute-participation"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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
@@ -10,7 +10,7 @@ path = "src/variant-a.rs"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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,6 +1,6 @@
[package] [package]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-simnet" name = "polkadot-simnet"
version = "0.9.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-simnet-node" name = "polkadot-simnet-node"
version = "0.9.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-simnet-test" name = "polkadot-simnet-test"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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-parachain" name = "polkadot-parachain"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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-rpc" name = "polkadot-rpc"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
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.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
+2 -2
View File
@@ -118,13 +118,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: 9100, spec_version: 9110,
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: version::create_apis_vec![[]], apis: version::create_apis_vec![[]],
transaction_version: 5, transaction_version: 7,
}; };
/// The BABE epoch configuration at genesis. /// The BABE epoch configuration at genesis.
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
+2 -2
View File
@@ -105,13 +105,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: 9100, spec_version: 9110,
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: version::create_apis_vec![[]], apis: version::create_apis_vec![[]],
transaction_version: 7, transaction_version: 8,
}; };
/// The BABE epoch configuration at genesis. /// The BABE epoch configuration at genesis.
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.9" version = "0.9.11"
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 = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.9" version = "0.9.11"
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 = "westend-runtime" name = "westend-runtime"
version = "0.9.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
+2 -2
View File
@@ -116,13 +116,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: 9100, spec_version: 9110,
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: version::create_apis_vec![[]], apis: version::create_apis_vec![[]],
transaction_version: 5, transaction_version: 7,
}; };
/// The BABE epoch configuration at genesis. /// The BABE epoch configuration at genesis.
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.9" version = "0.9.11"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
@@ -1,6 +1,6 @@
[package] [package]
name = "remote-ext-tests-bags-list" name = "remote-ext-tests-bags-list"
version = "0.9.9" version = "0.9.11"
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 = "staking-miner" name = "staking-miner"
version = "0.9.9" version = "0.9.11"
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.9" version = "0.9.11"
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"
+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.9" version = "0.9.11"
[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.9" version = "0.9.11"
[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.9" version = "0.9.11"
[dependencies] [dependencies]
impl-trait-for-tuples = "0.2.0" impl-trait-for-tuples = "0.2.0"
@@ -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.9" version = "0.9.11"
[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.9" version = "0.9.11"
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.9" version = "0.9.11"
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"