Skip to content

Commit

Permalink
Bump node and runtime versions to 0.11.0 and 1100 (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri authored Nov 19, 2024
1 parent fec184d commit 8493a47
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion container-chains/nodes/frontier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Frontier container chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.10.0"
version = "0.11.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion container-chains/nodes/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Simple container-chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.10.0"
version = "0.11.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion container-chains/runtime-templates/frontier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("frontier-template"),
impl_name: create_runtime_str!("frontier-template"),
authoring_version: 1,
spec_version: 1000,
spec_version: 1100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion container-chains/runtime-templates/simple/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("container-chain-template"),
impl_name: create_runtime_str!("container-chain-template"),
authoring_version: 1,
spec_version: 1000,
spec_version: 1100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Tanssi node implementation"
edition = "2021"
license = "GPL-3.0-only"
version = "0.10.0"
version = "0.11.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion runtime/dancebox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dancebox"),
impl_name: create_runtime_str!("dancebox"),
authoring_version: 1,
spec_version: 1000,
spec_version: 1100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/flashbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("flashbox"),
impl_name: create_runtime_str!("flashbox"),
authoring_version: 1,
spec_version: 1000,
spec_version: 1100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion solo-chains/node/tanssi-relay-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = { workspace = true }
description = "Utils to tie different Tanssi components together and allow instantiation of a node."
edition = "2021"
license = "GPL-3.0-only"
version = "0.10.0"
version = "0.11.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion solo-chains/node/tanssi-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of a `https://tanssi.network` node in Rust based o
edition = "2021"
license = "GPL-3.0-only"
readme = "README.md"
version = "0.10.0"
version = "0.11.0"

[[bin]]
name = "tanssi-relay"
Expand Down
2 changes: 1 addition & 1 deletion solo-chains/runtime/dancelight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dancelight"),
impl_name: create_runtime_str!("tanssi-dancelight-v2.0"),
authoring_version: 0,
spec_version: 1000,
spec_version: 1100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
Expand Down

0 comments on commit 8493a47

Please sign in to comment.