Files
tendermint/CHANGELOG_PENDING.md
kevlubkcm a676c71678 [R4R] Add proposer to NewRound event and proposal info to CompleteProposal event (#2767)
* add proposer info to EventCompleteProposal

* create separate EventData structure for CompleteProposal

* cant us rs.Proposal to get BlockID because it is not guaranteed to be set yet

* copying RoundState isnt helping us here

* add Step back to make compatible with original RoundState event. update changelog

* add NewRound event

* fix test

* remove unneeded RoundState

* put height round step into a struct

* pull out ValidatorInfo struct. add ensureProposal assert

* remove height-round-state sub-struct refactor

* minor fixes from review
2018-11-15 18:40:42 -05:00

781 B

Pending

v0.26.3

TBD

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

    • [rpc] #2791 Functions that start HTTP servers are now blocking:
      • Impacts: StartHTTPServer, StartHTTPAndTLSServer, and StartGRPCServer,
      • These functions now take a net.Listener instead of an address
  • Blockchain Protocol

  • P2P Protocol

FEATURES:

  • [log] new log_format config option, which can be set to 'plain' for colored text or 'json' for JSON output

  • [types] #2767 New event types EventDataNewRound (with ProposerInfo) and EventDataCompleteProposal (with BlockID). (@kevlubkcm)

IMPROVEMENTS:

BUG FIXES: