Files
tendermint/CHANGELOG_PENDING.md
Daniil Lashin 2cfdef6111 Make "Update to validators" msg value pretty (#2848)
* Make "Update to validators" msg value pretty #2765

* New format for logging validator updates

* Refactor logging validator updates

* Fix changelog item

* fix merge conflict
2018-11-16 17:38:22 -05:00

940 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] #2843 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:

  • [state] #2765 Make "Update to validators" msg value pretty (@danil-lashin)
  • [p2p] #2857 "Send failed" is logged at debug level instead of error.

BUG FIXES: