chore: bump spec_version to 1_020_003 for runtime upgrade

Bump all three runtime spec_versions from 1_020_002 to 1_020_003
to prepare for on-chain runtime upgrade deploying trust score
system changes to the live chain.
This commit is contained in:
2026-02-13 23:47:48 +03:00
parent e5dcfc86d3
commit 3e8ad87e15
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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_002,
spec_version: 1_020_003,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,