Files
tendermint/CHANGELOG_PENDING.md
Marko 8cdaa7f515 privval: add chainID to requests (#5239)
## Description

Add chainid to requests to privval. This is a non-breaking change and hardware devices can opt to ignore the field.
 
Closes: #4503 

Took the approach of passing chainID to the client instead of modifying `GetPubKey` because it would lead to a larger change throughout the codebase and in some places it could get tricky to get chainID.
2020-08-17 09:07:15 +00:00

372 B

v0.34.0-rc4

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES:

FEATURES:

  • [privval] #5239 Add chainID to requests from client.

IMPROVEMENTS:

BUG FIXES:

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