You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

898 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)
  • [config] Add --consensus.double_sign_check_height flag and DoubleSignCheckHeight config variable. See ADR-51

IMPROVEMENTS

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

BUG FIXES