-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
C:consensusComponent: ConsensusComponent: ConsensusT:breakingType: Breaking ChangeType: Breaking Change
Milestone
Description
Currently, every block includes a LastCommit which is the set of +2/3 Precommit votes for the last block.
Note votes include validator address, index, blockID, as well as signature.
All of that information is redundant except for the signature - thus we could make blocks significantly smaller if we only included the signature in the Commit, instead of the whole vote.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C:consensusComponent: ConsensusComponent: ConsensusT:breakingType: Breaking ChangeType: Breaking Change