Bump crate and spec versions

This commit is contained in:
Wilfried Kopp
2022-08-04 11:45:40 +02:00
committed by Chevdor
parent 54817c0177
commit 0dbd704115
16 changed files with 22 additions and 22 deletions
@@ -10,7 +10,7 @@ on:
required: true
binary_url:
description: A url to a Linux binary for the node containing the runtime to test
default: https://releases.parity.io/cumulus/polkadot-v0.9.21/polkadot-parachain
default: https://releases.parity.io/cumulus/polkadot-v0.9.27/polkadot-parachain
required: true
chain:
description: The name of the chain under test. Usually, you would pass a local chain
@@ -9,7 +9,7 @@ on:
inputs:
tag:
description: release tag to build image for
default: v0.9.230
default: v0.9.270
required: true
prerelease:
description: is prerelease
Generated
+7 -7
View File
@@ -1023,7 +1023,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "contracts-rococo-runtime"
version = "0.2.0"
version = "0.9.27"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
@@ -6592,7 +6592,7 @@ dependencies = [
[[package]]
name = "parachains-common"
version = "1.0.0"
version = "0.9.27"
dependencies = [
"frame-executive",
"frame-support",
@@ -7718,7 +7718,7 @@ dependencies = [
[[package]]
name = "polkadot-parachain"
version = "0.9.220"
version = "0.9.270"
dependencies = [
"assert_cmd",
"async-trait",
@@ -8957,7 +8957,7 @@ dependencies = [
[[package]]
name = "rococo-parachain-runtime"
version = "0.1.0"
version = "0.9.27"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
@@ -11526,7 +11526,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "statemine-runtime"
version = "2.0.0"
version = "0.9.27"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
@@ -11592,7 +11592,7 @@ dependencies = [
[[package]]
name = "statemint-runtime"
version = "1.0.0"
version = "0.9.27"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
@@ -13094,7 +13094,7 @@ dependencies = [
[[package]]
name = "westmint-runtime"
version = "1.0.0"
version = "0.9.27"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "parachains-common"
version = "1.0.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Logic which is common to all parachain runtimes"
@@ -1,6 +1,6 @@
[package]
name = "statemine-runtime"
version = "2.0.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Kusama variant of Statemint parachain runtime"
@@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemine"),
impl_name: create_runtime_str!("statemine"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -1,6 +1,6 @@
[package]
name = "statemint-runtime"
version = "1.0.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Statemint parachain runtime"
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemint"),
impl_name: create_runtime_str!("statemint"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -1,6 +1,6 @@
[package]
name = "westmint-runtime"
version = "1.0.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Westend variant of Statemint parachain runtime"
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
@@ -1,6 +1,6 @@
[package]
name = "contracts-rococo-runtime"
version = "0.2.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("contracts-rococo"),
impl_name: create_runtime_str!("contracts-rococo"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -62,7 +62,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("seedling"),
impl_name: create_runtime_str!("seedling"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -1,6 +1,6 @@
[package]
name = "rococo-parachain-runtime"
version = "0.1.0"
version = "0.9.27"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Simple runtime used by the rococo parachain(s)"
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("test-parachain"),
impl_name: create_runtime_str!("test-parachain"),
authoring_version: 1,
spec_version: 9220,
spec_version: 9270,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.9.220"
version = "0.9.270"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2021"