mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 05:25:35 +00:00
change BeginBlock validators to LastCommitInfo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user