Files
tendermint/CHANGELOG_PENDING.md
Dev Ojha 4571f0fbe8 Enforce validators can only use the correct pubkey type (#2739)
* Enforce validators can only use the correct pubkey type

* adapt to variable renames

* Address comments from #2636

* separate updating and validation logic

* update spec

* Add test case for TestStringSliceEqual, clarify slice copying code

* Address @ebuchman's comments

* Split up testing validator update execution, and its validation
2018-11-28 09:09:27 -05:00

705 B

Pending

v0.27.0

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

  • [db] #2913 ReverseIterator API change -- start < end, and end is exclusive.
  • Blockchain Protocol

    • [state] #2714 Validators can now only use pubkeys allowed within ConsensusParams.ValidatorParams
  • P2P Protocol

FEATURES:

IMPROVEMENTS:

  • [consensus] #2871 Remove ProposalHeartbeat infrastructure as it serves no real purpose

BUG FIXES: