mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
* 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
705 B
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