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
6b4b7ba8
Unverified
Commit
6b4b7ba8
authored
Jun 03, 2021
by
Martin Pugh
Committed by
GitHub
Jun 03, 2021
Browse files
bump spec version (#3171)
* bump spec version * bump beefy
parent
62dd1a6b
Pipeline
#140628
passed with stages
in 41 minutes and 45 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
6b4b7ba8
...
...
@@ -491,7 +491,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
[[package]]
name = "beefy-gadget"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
12da3fb448abd107e1da27ff59cc1505e3f395ba
"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
a58179d4f59f4c31c7a09d5b0ce14df8450743a3
"
dependencies = [
"beefy-primitives",
"futures 0.3.14",
...
...
@@ -519,7 +519,7 @@ dependencies = [
[[package]]
name = "beefy-gadget-rpc"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
12da3fb448abd107e1da27ff59cc1505e3f395ba
"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
a58179d4f59f4c31c7a09d5b0ce14df8450743a3
"
dependencies = [
"beefy-gadget",
"beefy-primitives",
...
...
@@ -540,7 +540,7 @@ dependencies = [
[[package]]
name = "beefy-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
12da3fb448abd107e1da27ff59cc1505e3f395ba
"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
a58179d4f59f4c31c7a09d5b0ce14df8450743a3
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -4590,7 +4590,7 @@ dependencies = [
[[package]]
name = "pallet-beefy"
version = "0.1.0"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
12da3fb448abd107e1da27ff59cc1505e3f395ba
"
source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#
a58179d4f59f4c31c7a09d5b0ce14df8450743a3
"
dependencies = [
"beefy-primitives",
"frame-support",
...
...
@@ -10814,7 +10814,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
dependencies = [
"cfg-if 0.1.10",
"rand 0.
7.
3",
"rand 0.
3.2
3",
"static_assertions",
]
...
...
runtime/kusama/src/lib.rs
View file @
6b4b7ba8
...
...
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"kusama"
),
impl_name
:
create_runtime_str!
(
"parity-kusama"
),
authoring_version
:
2
,
spec_version
:
90
31
,
spec_version
:
90
40
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/polkadot/src/lib.rs
View file @
6b4b7ba8
...
...
@@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"polkadot"
),
impl_name
:
create_runtime_str!
(
"parity-polkadot"
),
authoring_version
:
0
,
spec_version
:
90
31
,
spec_version
:
90
40
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/westend/src/lib.rs
View file @
6b4b7ba8
...
...
@@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"westend"
),
impl_name
:
create_runtime_str!
(
"parity-westend"
),
authoring_version
:
2
,
spec_version
:
90
33
,
spec_version
:
90
40
,
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