fix #2177: port GRANDPA node-side code to use Consensus digests (#3669)

* fix #2177: port GRANDPA node-side code to use Consensus digests

* bump runtime version

* fix service compilation

* document change precedence rules
This commit is contained in:
Robert Habermeier
2019-09-24 10:45:44 +02:00
committed by GitHub
parent 5c39f588be
commit 4888c253a3
10 changed files with 138 additions and 247 deletions
-8
View File
@@ -4317,14 +4317,6 @@ dependencies = [
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "srml-staking-reward-curve-test"
version = "2.0.0"
dependencies = [
"sr-primitives 2.0.0",
"srml-staking-reward-curve 2.0.0",
]
[[package]]
name = "srml-sudo"
version = "2.0.0"