Skip to content

Commit 528f273

Browse files
committed
Bump spec versions
1 parent 2b16678 commit 528f273

File tree

13 files changed

+15
-17
lines changed
  • relay
  • system-parachains
    • asset-hubs
    • bridge-hubs
    • collectives/collectives-polkadot/src
    • coretime
    • encointer/src
    • gluttons/glutton-kusama/src
    • people

13 files changed

+15
-17
lines changed

relay/kusama/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
189189
spec_name: alloc::borrow::Cow::Borrowed("kusama"),
190190
impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"),
191191
authoring_version: 2,
192-
spec_version: 1_009_003,
192+
spec_version: 2_000_000,
193193
impl_version: 0,
194194
apis: RUNTIME_API_VERSIONS,
195195
transaction_version: 26,
@@ -1369,8 +1369,7 @@ impl InstanceFilter<RuntimeCall> for TransparentProxyType {
13691369
matches!(
13701370
c,
13711371
RuntimeCall::Staking(..) |
1372-
RuntimeCall::Session(..) |
1373-
RuntimeCall::Utility(..) |
1372+
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
13741373
RuntimeCall::FastUnstake(..) |
13751374
RuntimeCall::VoterList(..) |
13761375
RuntimeCall::NominationPools(..)

relay/polkadot/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
178178
spec_name: alloc::borrow::Cow::Borrowed("polkadot"),
179179
impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"),
180180
authoring_version: 0,
181-
spec_version: 1_009_003,
181+
spec_version: 2_000_000,
182182
impl_version: 0,
183183
apis: RUNTIME_API_VERSIONS,
184184
transaction_version: 26,
@@ -1150,8 +1150,7 @@ impl InstanceFilter<RuntimeCall> for TransparentProxyType<ProxyType> {
11501150
matches!(
11511151
c,
11521152
RuntimeCall::Staking(..) |
1153-
RuntimeCall::Session(..) |
1154-
RuntimeCall::Utility(..) |
1153+
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
11551154
RuntimeCall::FastUnstake(..) |
11561155
RuntimeCall::VoterList(..) |
11571156
RuntimeCall::NominationPools(..)

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_003,
147+
spec_version: 2_000_000,
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_003,
195+
spec_version: 2_000_000,
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_003,
179+
spec_version: 2_000_000,
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_003,
209+
spec_version: 2_000_000,
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_003,
133+
spec_version: 2_000_000,
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_003,
153+
spec_version: 2_000_000,
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_003,
160+
spec_version: 2_000_000,
161161
impl_version: 0,
162162
apis: RUNTIME_API_VERSIONS,
163163
transaction_version: 0,

system-parachains/encointer/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: Cow::Borrowed("encointer-parachain"),
147147
impl_name: Cow::Borrowed("encointer-parachain"),
148148
authoring_version: 1,
149-
spec_version: 1_009_003,
149+
spec_version: 2_000_000,
150150
impl_version: 1,
151151
apis: RUNTIME_API_VERSIONS,
152152
transaction_version: 4,

0 commit comments

Comments
 (0)