mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 03:21:06 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user