Split substrate-finality-grandpa (#1675)

* core: grandpa: move consensus_changes to its own submodule

* core: grandpa: move justification to its own submodule

* core: grandpa: move environment to its own submodule

* core: grandpa: move block import to its own submodule
This commit is contained in:
André Silva
2019-02-04 16:54:14 +00:00
committed by Robert Habermeier
parent bf49b00c90
commit 57ac31a0aa
7 changed files with 1246 additions and 1089 deletions
@@ -44,7 +44,7 @@ use runtime_primitives::traits::{
};
use substrate_primitives::{Ed25519AuthorityId, H256};
use GrandpaJustification;
use justification::GrandpaJustification;
/// Prepare proof-of-finality for the given block.
///