consensus: Include ratification signature and bitset in block certificate #1027
Labels
fix:bug
Something isn't working
fix:vulnerability
Issues related to fix vulnerabilities of the architecture or software
module:consensus
Issues related to consensus module
Describe the bug
As proved in #1020 , a single agreement message is completely enough for creating a block with valid certificate that is accepted by the network.
We should consider adding
ratification
aggregate signature together with a bitset of voters in the block certificate.Additional context
If this is issue is approved for implementation, we need first to address #1026 otherwise aggregate_signature and bitset from 2nd reduction can be reused.
The text was updated successfully, but these errors were encountered: