Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
6edd70fa
Unverified
Commit
6edd70fa
authored
Oct 25, 2021
by
Bastian Köcher
Committed by
GitHub
Oct 25, 2021
Browse files
Bump spec versions (#4142)
parent
3611e2e6
Pipeline
#163565
passed with stages
in 43 minutes and 12 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
6edd70fa
...
...
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"kusama"
),
impl_name
:
create_runtime_str!
(
"parity-kusama"
),
authoring_version
:
2
,
spec_version
:
91
2
0
,
spec_version
:
91
3
0
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/polkadot/src/lib.rs
View file @
6edd70fa
...
...
@@ -107,7 +107,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"polkadot"
),
impl_name
:
create_runtime_str!
(
"parity-polkadot"
),
authoring_version
:
0
,
spec_version
:
91
2
0
,
spec_version
:
91
3
0
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/westend/src/lib.rs
View file @
6edd70fa
...
...
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"westend"
),
impl_name
:
create_runtime_str!
(
"parity-westend"
),
authoring_version
:
2
,
spec_version
:
91
2
0
,
spec_version
:
91
3
0
,
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
.
Attach a 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