tendermint/CHANGELOG_PENDING.md

394 B

Pending

BREAKING CHANGES:

  • [types] CanonicalTime uses nanoseconds instead of clipping to ms
    • breaks serialization/signing of all messages with a timestamp

IMPROVEMENTS:

  • [blockchain] Improve fast-sync logic
    • tweak params
    • only process one block at a time to avoid starving

BUG FIXES:

  • [privval] fix a deadline for accepting new connections in socket private validator.