Skip to content

Commit 7b6b783

Browse files
[Backport] Version bumps and prdoc reorg from 1.13.0 (#4784)
This PR backports regular version bumps and prdocs reordering from the release branch back to master
1 parent 935c7f4 commit 7b6b783

File tree

56 files changed

+15
-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.

56 files changed

+15
-15
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118
spec_name: create_runtime_str!("statemine"),
119119
impl_name: create_runtime_str!("statemine"),
120120
authoring_version: 1,
121-
spec_version: 1_012_000,
121+
spec_version: 1_013_000,
122122
impl_version: 0,
123123
apis: RUNTIME_API_VERSIONS,
124124
transaction_version: 16,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
117117
spec_name: create_runtime_str!("westmint"),
118118
impl_name: create_runtime_str!("westmint"),
119119
authoring_version: 1,
120-
spec_version: 1_012_000,
120+
spec_version: 1_013_000,
121121
impl_version: 0,
122122
apis: RUNTIME_API_VERSIONS,
123123
transaction_version: 16,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
214214
spec_name: create_runtime_str!("bridge-hub-rococo"),
215215
impl_name: create_runtime_str!("bridge-hub-rococo"),
216216
authoring_version: 1,
217-
spec_version: 1_012_000,
217+
spec_version: 1_013_000,
218218
impl_version: 0,
219219
apis: RUNTIME_API_VERSIONS,
220220
transaction_version: 5,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
189189
spec_name: create_runtime_str!("bridge-hub-westend"),
190190
impl_name: create_runtime_str!("bridge-hub-westend"),
191191
authoring_version: 1,
192-
spec_version: 1_012_000,
192+
spec_version: 1_013_000,
193193
impl_version: 0,
194194
apis: RUNTIME_API_VERSIONS,
195195
transaction_version: 5,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122122
spec_name: create_runtime_str!("collectives-westend"),
123123
impl_name: create_runtime_str!("collectives-westend"),
124124
authoring_version: 1,
125-
spec_version: 1_012_000,
125+
spec_version: 1_013_000,
126126
impl_version: 0,
127127
apis: RUNTIME_API_VERSIONS,
128128
transaction_version: 6,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("contracts-rococo"),
143143
impl_name: create_runtime_str!("contracts-rococo"),
144144
authoring_version: 1,
145-
spec_version: 1_012_000,
145+
spec_version: 1_013_000,
146146
impl_version: 0,
147147
apis: RUNTIME_API_VERSIONS,
148148
transaction_version: 7,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("coretime-rococo"),
143143
impl_name: create_runtime_str!("coretime-rococo"),
144144
authoring_version: 1,
145-
spec_version: 1_012_000,
145+
spec_version: 1_013_000,
146146
impl_version: 0,
147147
apis: RUNTIME_API_VERSIONS,
148148
transaction_version: 1,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141
spec_name: create_runtime_str!("coretime-westend"),
142142
impl_name: create_runtime_str!("coretime-westend"),
143143
authoring_version: 1,
144-
spec_version: 1_012_000,
144+
spec_version: 1_013_000,
145145
impl_version: 0,
146146
apis: RUNTIME_API_VERSIONS,
147147
transaction_version: 1,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
100100
spec_name: create_runtime_str!("glutton-westend"),
101101
impl_name: create_runtime_str!("glutton-westend"),
102102
authoring_version: 1,
103-
spec_version: 1_012_000,
103+
spec_version: 1_013_000,
104104
impl_version: 0,
105105
apis: RUNTIME_API_VERSIONS,
106106
transaction_version: 1,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
spec_name: create_runtime_str!("people-rococo"),
133133
impl_name: create_runtime_str!("people-rococo"),
134134
authoring_version: 1,
135-
spec_version: 1_012_000,
135+
spec_version: 1_013_000,
136136
impl_version: 0,
137137
apis: RUNTIME_API_VERSIONS,
138138
transaction_version: 1,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
spec_name: create_runtime_str!("people-westend"),
133133
impl_name: create_runtime_str!("people-westend"),
134134
authoring_version: 1,
135-
spec_version: 1_012_000,
135+
spec_version: 1_013_000,
136136
impl_version: 0,
137137
apis: RUNTIME_API_VERSIONS,
138138
transaction_version: 1,

cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
107107
spec_name: create_runtime_str!("test-parachain"),
108108
impl_name: create_runtime_str!("test-parachain"),
109109
authoring_version: 1,
110-
spec_version: 1_012_000,
110+
spec_version: 1_013_000,
111111
impl_version: 0,
112112
apis: RUNTIME_API_VERSIONS,
113113
transaction_version: 6,

polkadot/node/primitives/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub use disputes::{
5959
/// relatively rare.
6060
///
6161
/// The associated worker binaries should use the same version as the node that spawns them.
62-
pub const NODE_VERSION: &'static str = "1.12.0";
62+
pub const NODE_VERSION: &'static str = "1.13.0";
6363

6464
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6565
// plus some overhead:

polkadot/runtime/rococo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
162162
spec_name: create_runtime_str!("rococo"),
163163
impl_name: create_runtime_str!("parity-rococo-v2.0"),
164164
authoring_version: 0,
165-
spec_version: 1_012_000,
165+
spec_version: 1_013_000,
166166
impl_version: 0,
167167
apis: RUNTIME_API_VERSIONS,
168168
transaction_version: 26,

polkadot/runtime/westend/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
154154
spec_name: create_runtime_str!("westend"),
155155
impl_name: create_runtime_str!("parity-westend"),
156156
authoring_version: 2,
157-
spec_version: 1_012_000,
157+
spec_version: 1_013_000,
158158
impl_version: 0,
159159
apis: RUNTIME_API_VERSIONS,
160160
transaction_version: 26,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)