Skip to content

Commit 2bef006

Browse files
authored
Release 1.9.3 (#982)
Release 1.9.3 for KAH only.
1 parent 8914a1c commit 2bef006

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [1.9.3] 21.10.2025
88

99
### Fixed
1010

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
190190
spec_name: alloc::borrow::Cow::Borrowed("kusama"),
191191
impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"),
192192
authoring_version: 2,
193-
spec_version: 1_009_002,
193+
spec_version: 1_009_003,
194194
impl_version: 0,
195195
apis: RUNTIME_API_VERSIONS,
196196
transaction_version: 26,

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177
spec_name: alloc::borrow::Cow::Borrowed("polkadot"),
178178
impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"),
179179
authoring_version: 0,
180-
spec_version: 1_009_002,
180+
spec_version: 1_009_003,
181181
impl_version: 0,
182182
apis: RUNTIME_API_VERSIONS,
183183
transaction_version: 26,

system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144
spec_name: Cow::Borrowed("statemine"),
145145
impl_name: Cow::Borrowed("statemine"),
146146
authoring_version: 1,
147-
spec_version: 1_009_002,
147+
spec_version: 1_009_003,
148148
impl_version: 0,
149149
apis: RUNTIME_API_VERSIONS,
150150
transaction_version: 15,

system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
192192
impl_name: Cow::Borrowed("statemint"),
193193
spec_name: Cow::Borrowed("statemint"),
194194
authoring_version: 1,
195-
spec_version: 1_009_002,
195+
spec_version: 1_009_003,
196196
impl_version: 0,
197197
apis: RUNTIME_API_VERSIONS,
198198
transaction_version: 15,

system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176176
spec_name: Cow::Borrowed("bridge-hub-kusama"),
177177
impl_name: Cow::Borrowed("bridge-hub-kusama"),
178178
authoring_version: 1,
179-
spec_version: 1_009_002,
179+
spec_version: 1_009_003,
180180
impl_version: 0,
181181
apis: RUNTIME_API_VERSIONS,
182182
transaction_version: 5,

system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
206206
spec_name: Cow::Borrowed("bridge-hub-polkadot"),
207207
impl_name: Cow::Borrowed("bridge-hub-polkadot"),
208208
authoring_version: 1,
209-
spec_version: 1_009_002,
209+
spec_version: 1_009_003,
210210
impl_version: 0,
211211
apis: RUNTIME_API_VERSIONS,
212212
transaction_version: 4,

system-parachains/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: Cow::Borrowed("collectives"),
131131
impl_name: Cow::Borrowed("collectives"),
132132
authoring_version: 1,
133-
spec_version: 1_009_002,
133+
spec_version: 1_009_003,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 7,

system-parachains/coretime/coretime-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
150150
spec_name: Cow::Borrowed("coretime-kusama"),
151151
impl_name: Cow::Borrowed("coretime-kusama"),
152152
authoring_version: 1,
153-
spec_version: 1_009_002,
153+
spec_version: 1_009_003,
154154
impl_version: 0,
155155
apis: RUNTIME_API_VERSIONS,
156156
transaction_version: 1,

system-parachains/coretime/coretime-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
157157
spec_name: Cow::Borrowed("coretime-polkadot"),
158158
impl_name: Cow::Borrowed("coretime-polkadot"),
159159
authoring_version: 1,
160-
spec_version: 1_009_002,
160+
spec_version: 1_009_003,
161161
impl_version: 0,
162162
apis: RUNTIME_API_VERSIONS,
163163
transaction_version: 0,

0 commit comments

Comments
 (0)