From bd2eeffa7cc447c2f4a60a1abb68a84c01fa78b2 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Wed, 8 May 2024 11:46:59 +0200 Subject: [PATCH] v5.38.0 release prep --- Cargo.lock | 10 +++++----- bin/collator/Cargo.toml | 2 +- runtime/astar/Cargo.toml | 2 +- runtime/astar/src/lib.rs | 2 +- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 4 ++-- runtime/shibuya/src/lib.rs | 2 +- runtime/shiden/Cargo.toml | 2 +- runtime/shiden/src/lib.rs | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c886fecc62..c561ff6d9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.37.0" +version = "5.38.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -6697,7 +6697,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -13961,7 +13961,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -14077,7 +14077,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index a6097c41f3..e81c43ae21 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.37.0" +version = "5.38.0" description = "Astar collator implementation in Rust." build = "build.rs" default-run = "astar-collator" diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index 3d999fb8d7..08aa2caded 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index f2be6d12b8..5abe53efc5 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 85, + spec_version: 86, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index a73961db40..326f91af11 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index f4533e6bc6..dfdc31cdc9 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true @@ -120,7 +120,7 @@ pallet-xcm = { workspace = true } pallet-xcm-benchmarks = { workspace = true, optional = true } pallet-xvm = { workspace = true } -# Get rid of this after running the benchmarks +# Get rid of this after uplifting to high enough version of ORML so we get access to benchmark support for the pallet oracle-benchmarks = { workspace = true } dapp-staking-v3-runtime-api = { workspace = true } diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 6f76477c57..dafda6bf64 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 127, + spec_version: 128, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 7f7b35b8ae..b25a795861 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 150ca623ef..b39a64c384 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 124, + spec_version: 125, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,