Add full vote to BeginBlock

This commit is contained in:
folex
2019-09-06 11:20:28 +02:00
parent a13a4b8c77
commit 2a1d0542f3
7 changed files with 163 additions and 3 deletions

View File

@ -449,6 +449,7 @@ Commit are included in the header of the next block.
- `Validator (Validator)`: A validator
- `SignedLastBlock (bool)`: Indicates whether or not the validator signed
the last block
- `FullVote (Vote)`: Validator's vote
- **Usage**:
- Indicates whether a validator signed the last block, allowing for rewards
based on validator availability
@ -482,7 +483,7 @@ Commit are included in the header of the next block.
- **Fields**:
- `Round (int32)`: Commit round.
- `Votes ([]VoteInfo)`: List of validators addresses in the last validator set
with their voting power and whether or not they signed a vote.
with their voting power, votes and whether or not they signed a vote.
### ConsensusParams