From 3fa2fe3ea623748140445e28479b1d39ee4fee46 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 14 Feb 2026 23:40:18 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20spec=5Fversion=201=5F020=5F003=20?= =?UTF-8?q?=E2=86=92=201=5F020=5F004=20for=20fresh=20mainnet=20launch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../runtimes/assets/asset-hub-pezkuwichain/src/lib.rs | 2 +- .../teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs | 2 +- pezkuwi/runtime/pezkuwichain/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pezcumulus/teyrchains/runtimes/assets/asset-hub-pezkuwichain/src/lib.rs b/pezcumulus/teyrchains/runtimes/assets/asset-hub-pezkuwichain/src/lib.rs index dfcf3721..dc6a92a7 100644 --- a/pezcumulus/teyrchains/runtimes/assets/asset-hub-pezkuwichain/src/lib.rs +++ b/pezcumulus/teyrchains/runtimes/assets/asset-hub-pezkuwichain/src/lib.rs @@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("asset-hub-pezkuwichain"), impl_name: alloc::borrow::Cow::Borrowed("asset-hub-pezkuwichain"), authoring_version: 1, - spec_version: 1_020_003, + spec_version: 1_020_004, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 16, diff --git a/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs b/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs index d69c67c9..7df20aae 100644 --- a/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs +++ b/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs @@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"), impl_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"), authoring_version: 1, - spec_version: 1_020_003, + spec_version: 1_020_004, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/pezkuwi/runtime/pezkuwichain/src/lib.rs b/pezkuwi/runtime/pezkuwichain/src/lib.rs index 52e90bad..25c8d7ae 100644 --- a/pezkuwi/runtime/pezkuwichain/src/lib.rs +++ b/pezkuwi/runtime/pezkuwichain/src/lib.rs @@ -170,7 +170,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("pezkuwichain"), impl_name: alloc::borrow::Cow::Borrowed("parity-pezkuwichain"), authoring_version: 0, - spec_version: 1_020_003, + spec_version: 1_020_004, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26,