mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 14:22:16 +00:00
Add to CHANGELOG_PENDING
This commit is contained in:
parent
70cd985a94
commit
82c35bf03f
@ -21,6 +21,7 @@ program](https://hackerone.com/tendermint).
|
||||
### IMPROVEMENTS:
|
||||
|
||||
- [tools] [\#4023](https://github.com/tendermint/tendermint/issues/4023) Improved `tm-monitor` formatting of start time and avg tx throughput (@erikgrinaker)
|
||||
- [abci] Add full Vote to VoteInfo in BeginBlock (@folex from fluence labs)
|
||||
|
||||
### BUG FIXES:
|
||||
|
||||
|
@ -314,7 +314,7 @@ message VoteInfo {
|
||||
Vote full_vote = 3;
|
||||
}
|
||||
|
||||
// Vote from LastCommit
|
||||
// Validator's vote for a block
|
||||
message Vote {
|
||||
int32 type = 1;
|
||||
// TODO: maybe remove height cause it could be derived from BeginBlock?
|
||||
|
Loading…
x
Reference in New Issue
Block a user