change BeginBlock validators to LastCommitInfo

This commit is contained in:
Ethan Buchman 2018-06-07 18:39:29 -07:00
parent 3e1684d2a2
commit 956e6d3435
1 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Changelog
07-06-2018: Minor updates based on discussion with Jae
07-06-2018: Some updates based on discussion with Jae
07-06-2018: Initial draft to match what was released in ABCI v0.11
## Context
@ -168,10 +168,15 @@ with a boolean for whether or not they voted:
message RequestBeginBlock {
bytes hash
Header header
repeated SigningValidator validators
LastCommitInfo last_commit_info
repeated Evidence byzantine_validators
}
message LastCommitInfo {
int32 CommitRound
repeated SigningValidator validators
}
message SigningValidator {
Validator validator
bool signed_last_block