-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BFT-475: Add BatchVotePublisher and expose it to the Executor (#137)
## What ❔ Adds a `BatchVotePublisher` which will be used in the `Executor` to push L1 batch votes to the gossip layer. ## Why ❔ So that we can insert the nodes attestations over L1 batches into vote collection, which [automatically gets gossiped](https://github.com/matter-labs/era-consensus/blob/f696992d77aa788fb228c4068a49f97868d8b531/node/actors/network/src/gossip/runner.rs#L208-L223) to connected peers in `Network::run_stream`. Co-authored-by: Bruno França <[email protected]>
- Loading branch information
1 parent
bb8af12
commit 1778814
Showing
4 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters