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.

22 lines
734 B

  1. # Pending
  2. BREAKING CHANGES:
  3. - [types] CanonicalTime uses nanoseconds instead of clipping to ms
  4. - breaks serialization/signing of all messages with a timestamp
  5. - [abci] Removed Fee from ResponseDeliverTx and ResponseCheckTx
  6. - [tools] Removed `make ensure_deps` in favor of `make get_vendor_deps`
  7. FEATURES:
  8. - [tools] Added `make check_dep`
  9. - ensures gopkg.lock is synced with gopkg.toml
  10. - ensures no branches are used in the gopkg.toml
  11. IMPROVEMENTS:
  12. - [blockchain] Improve fast-sync logic
  13. - tweak params
  14. - only process one block at a time to avoid starving
  15. - [crypto] Switch hkdfchachapoly1305 to xchachapoly1305
  16. BUG FIXES:
  17. - [privval] fix a deadline for accepting new connections in socket private
  18. validator.