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.

15 lines
458 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. IMPROVEMENTS:
  7. - [blockchain] Improve fast-sync logic
  8. - tweak params
  9. - only process one block at a time to avoid starving
  10. BUG FIXES:
  11. - [privval] fix a deadline for accepting new connections in socket private
  12. validator.