Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
8454d7c4
Unverified
Commit
8454d7c4
authored
Apr 08, 2021
by
asynchronous rob
Committed by
GitHub
Apr 08, 2021
Browse files
bump spec versions across the board (#2856)
parent
669a6edf
Pipeline
#133435
failed with stages
in 22 minutes and 46 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
8454d7c4
...
...
@@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"kusama"
),
impl_name
:
create_runtime_str!
(
"parity-kusama"
),
authoring_version
:
2
,
spec_version
:
203
0
,
spec_version
:
203
1
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/polkadot/src/lib.rs
View file @
8454d7c4
...
...
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"polkadot"
),
impl_name
:
create_runtime_str!
(
"parity-polkadot"
),
authoring_version
:
0
,
spec_version
:
3
0
,
spec_version
:
3
1
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/rococo/src/lib.rs
View file @
8454d7c4
...
...
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"rococo"
),
impl_name
:
create_runtime_str!
(
"parity-rococo-v1-1"
),
authoring_version
:
0
,
spec_version
:
22
7
,
spec_version
:
22
8
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/test-runtime/src/lib.rs
View file @
8454d7c4
...
...
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"polkadot-test-runtime"
),
impl_name
:
create_runtime_str!
(
"parity-polkadot-test-runtime"
),
authoring_version
:
2
,
spec_version
:
105
5
,
spec_version
:
105
6
,
impl_version
:
0
,
apis
:
RUNTIME_API_VERSIONS
,
transaction_version
:
1
,
...
...
runtime/westend/src/lib.rs
View file @
8454d7c4
...
...
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"westend"
),
impl_name
:
create_runtime_str!
(
"parity-westend"
),
authoring_version
:
2
,
spec_version
:
5
0
,
spec_version
:
5
1
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment