Skip to content

Commit e11b1dc

Browse files
[Backport] Regular version bumps and prdoc reordering from the stable2506 release branch back to master (#9320)
This PR backports: - NODE_VERSION bumps - spec_version bumps - prdoc reordering from the release branch back to master --------- Co-authored-by: ParityReleases <[email protected]>
1 parent 7a60803 commit e11b1dc

File tree

168 files changed

+328
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+328
-15
lines changed

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129
spec_name: alloc::borrow::Cow::Borrowed("statemine"),
130130
impl_name: alloc::borrow::Cow::Borrowed("statemine"),
131131
authoring_version: 1,
132-
spec_version: 1_018_001,
132+
spec_version: 1_019_002,
133133
impl_version: 0,
134134
apis: RUNTIME_API_VERSIONS,
135135
transaction_version: 16,

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
145145
spec_name: alloc::borrow::Cow::Borrowed("westmint"),
146146
impl_name: alloc::borrow::Cow::Borrowed("westmint"),
147147
authoring_version: 1,
148-
spec_version: 1_018_012,
148+
spec_version: 1_019_002,
149149
impl_version: 0,
150150
apis: RUNTIME_API_VERSIONS,
151151
transaction_version: 16,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
253253
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
254254
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
255255
authoring_version: 1,
256-
spec_version: 1_018_001,
256+
spec_version: 1_019_002,
257257
impl_version: 0,
258258
apis: RUNTIME_API_VERSIONS,
259259
transaction_version: 6,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
243243
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
244244
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
245245
authoring_version: 1,
246-
spec_version: 1_018_002,
246+
spec_version: 1_019_002,
247247
impl_version: 0,
248248
apis: RUNTIME_API_VERSIONS,
249249
transaction_version: 6,

cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
126126
spec_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
127127
impl_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
128128
authoring_version: 1,
129-
spec_version: 1_018_001,
129+
spec_version: 1_019_002,
130130
impl_version: 0,
131131
apis: RUNTIME_API_VERSIONS,
132132
transaction_version: 6,

cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
161161
authoring_version: 1,
162-
spec_version: 1_018_001,
162+
spec_version: 1_019_002,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
161161
authoring_version: 1,
162-
spec_version: 1_018_001,
162+
spec_version: 1_019_002,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
103103
spec_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
104104
impl_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
105105
authoring_version: 1,
106-
spec_version: 1_018_001,
106+
spec_version: 1_019_002,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109109
transaction_version: 1,

cumulus/parachains/runtimes/people/people-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
spec_name: alloc::borrow::Cow::Borrowed("people-rococo"),
147147
impl_name: alloc::borrow::Cow::Borrowed("people-rococo"),
148148
authoring_version: 1,
149-
spec_version: 1_018_001,
149+
spec_version: 1_019_002,
150150
impl_version: 0,
151151
apis: RUNTIME_API_VERSIONS,
152152
transaction_version: 1,

cumulus/parachains/runtimes/people/people-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
149149
spec_name: alloc::borrow::Cow::Borrowed("people-westend"),
150150
impl_name: alloc::borrow::Cow::Borrowed("people-westend"),
151151
authoring_version: 1,
152-
spec_version: 1_018_001,
152+
spec_version: 1_019_002,
153153
impl_version: 0,
154154
apis: RUNTIME_API_VERSIONS,
155155
transaction_version: 2,

0 commit comments

Comments
 (0)