Skip to content

Commit

Permalink
Bump node and runtime versions to 0.12.0 and 1200 (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Brayanov <[email protected]>
  • Loading branch information
chexware authored Feb 10, 2025
1 parent c981458 commit 7d3d985
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 chains/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.11.0"
version = "0.12.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion chains/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.11.0"
version = "0.12.0"

[lints]
workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,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: 1100,
spec_version: 1200,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
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: 1100,
spec_version: 1200,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion chains/orchestrator-paras/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.11.0"
version = "0.12.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion chains/orchestrator-paras/runtime/dancebox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dancebox"),
impl_name: create_runtime_str!("dancebox"),
authoring_version: 1,
spec_version: 1100,
spec_version: 1200,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion chains/orchestrator-paras/runtime/flashbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("flashbox"),
impl_name: create_runtime_str!("flashbox"),
authoring_version: 1,
spec_version: 1100,
spec_version: 1200,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
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.11.0"
version = "0.12.0"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion chains/orchestrator-relays/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.11.0"
version = "0.12.0"

[[bin]]
name = "tanssi-relay"
Expand Down
2 changes: 1 addition & 1 deletion chains/orchestrator-relays/runtime/dancelight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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: 1100,
spec_version: 1200,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
Expand Down

0 comments on commit 7d3d985

Please sign in to comment.