Companion for substrate#12124: add BEEFY request response protocol (#6035)

* service: add BEEFY request response proto

* update lockfile for {"substrate"}

* update lockfile for substrate
This commit is contained in:
Adrian Catangiu
2022-10-03 17:32:27 +03:00
committed by GitHub
parent d7eaaeee65
commit 32ccf86a43
3 changed files with 200 additions and 180 deletions
+3 -1
View File
@@ -61,7 +61,9 @@ pub struct GrandpaDeps<B> {
pub finality_provider: Arc<FinalityProofProvider<B, Block>>,
}
use beefy_gadget::notification::{BeefyBestBlockStream, BeefyVersionedFinalityProofStream};
use beefy_gadget::communication::notification::{
BeefyBestBlockStream, BeefyVersionedFinalityProofStream,
};
/// Dependencies for BEEFY
pub struct BeefyDeps {
/// Receives notifications about finality proof events from BEEFY.