Files
tendermint/CHANGELOG_PENDING.md
Dev Ojha 24b94d7aa4 crypto: Switch hkdfchacha back to xchacha (#2058)
hkdfchachapoly was a construction we came up with. There is no longer any
reason to use it. We should instead just use xchacha for the remaining use
cases we have. (Symmetrically encrypting the keys in the sdk keys package)
2018-07-25 23:12:39 +02:00

734 B

Pending

BREAKING CHANGES:

  • [types] CanonicalTime uses nanoseconds instead of clipping to ms
    • breaks serialization/signing of all messages with a timestamp
  • [abci] Removed Fee from ResponseDeliverTx and ResponseCheckTx
  • [tools] Removed make ensure_deps in favor of make get_vendor_deps

FEATURES:

  • [tools] Added make check_dep
    • ensures gopkg.lock is synced with gopkg.toml
    • ensures no branches are used in the gopkg.toml

IMPROVEMENTS:

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

BUG FIXES:

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