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
9a1da600
Unverified
Commit
9a1da600
authored
Oct 26, 2021
by
Squirrel
Browse files
bump versionn numbers
parent
cbcb9a47
Pipeline
#163613
passed with stages
in 38 minutes and 11 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bridges/primitives/chain-westend/src/lib.rs
View file @
9a1da600
...
...
@@ -37,7 +37,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
sp_version
::
create_runtime_str!
(
"westend"
),
impl_name
:
sp_version
::
create_runtime_str!
(
"parity-westend"
),
authoring_version
:
2
,
spec_version
:
5
1
,
spec_version
:
5
2
,
impl_version
:
0
,
apis
:
sp_version
::
create_apis_vec!
[[]],
transaction_version
:
5
,
...
...
runtime/kusama/src/lib.rs
View file @
9a1da600
...
...
@@ -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 @
9a1da600
...
...
@@ -105,7 +105,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 @
9a1da600
...
...
@@ -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
.
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