Files
tendermint/CHANGELOG_PENDING.md
Marko 135ac0400e blockchain: verify +2/3 (#5278)
## Description

Verify only +2/3 of the commit. 

Closes: #5259
2020-08-25 07:07:19 +00:00

578 B

v0.34.0-rc4

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • [crypto/secp256k1] #5280 secp256k1 has been removed from the Tendermint repo. (@marbar3778)

FEATURES

  • [privval] #5239 Add chainID to requests from client. (@marbar3778)

IMPROVEMENTS

  • [blockchain] #5278 Verify only +2/3 of the signatures in a block when fast syncing. (@marbar3778)

BUG FIXES

  • [blockchain] #5249 Fix fast sync halt with initial height > 1 (@erikgrinaker)