Updating GRANDPA to v0.10.0 (#4174)

* update finality-grandpa to v0.10.0 rev

* add concluded implementation to environment

* also update state when concluding

* switch to the cargo version

* address comment grumbles
This commit is contained in:
Robert Habermeier
2019-11-22 13:18:31 +01:00
committed by Gavin Wood
parent 1735683cc9
commit 5a8146d64e
4 changed files with 63 additions and 8 deletions
+2 -1
View File
@@ -746,7 +746,8 @@ where
(*self.env.voters).clone(),
global_comms,
last_completed_round.number,
last_completed_round.state.clone(),
last_completed_round.votes.clone(),
last_completed_round.base.clone(),
last_finalized,
);