From 7ae093eb689f9bbd01c500230c929e9485165428 Mon Sep 17 00:00:00 2001 From: metricaez Date: Wed, 7 Feb 2024 09:23:09 -0300 Subject: [PATCH 1/2] choir: bump spec ver --- runtime/stout/src/lib.rs | 2 +- runtime/trappist/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/stout/src/lib.rs b/runtime/stout/src/lib.rs index 451a0f05..fb8640e8 100644 --- a/runtime/stout/src/lib.rs +++ b/runtime/stout/src/lib.rs @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("stout-rococo"), impl_name: create_runtime_str!("stout-rococo"), authoring_version: 1, - spec_version: 13000, + spec_version: 13100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index 9c7c2413..94281bee 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("trappist-rococo"), impl_name: create_runtime_str!("trappist-rococo"), authoring_version: 1, - spec_version: 13000, + spec_version: 13100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, From 6a9ccdf8c6c8832f5c6532b14a67d812856801ee Mon Sep 17 00:00:00 2001 From: metricaez Date: Wed, 7 Feb 2024 10:19:22 -0300 Subject: [PATCH 2/2] fix: add hex literal for try runtime --- runtime/trappist/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/trappist/Cargo.toml b/runtime/trappist/Cargo.toml index 848ba265..867eca4c 100644 --- a/runtime/trappist/Cargo.toml +++ b/runtime/trappist/Cargo.toml @@ -215,6 +215,7 @@ runtime-benchmarks = [ "polkadot-runtime-parachains/runtime-benchmarks" ] try-runtime = [ + "hex-literal", "frame-try-runtime/try-runtime", "frame-executive/try-runtime", "frame-system/try-runtime",