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.

30 lines
772 B

  1. ## v0.30.0
  2. *TBD*
  3. Special thanks to external contributors on this release:
  4. ### BREAKING CHANGES:
  5. * CLI/RPC/Config
  6. * Apps
  7. * Go API
  8. - [types] \#3245 Commit uses `type CommitSig Vote` instead of `Vote` directly.
  9. * Blockchain Protocol
  10. * P2P Protocol
  11. ### FEATURES:
  12. ### IMPROVEMENTS:
  13. - [tools] add go-deadlock tool to help detect deadlocks
  14. - [crypto] \#3163 use ethereum's libsecp256k1 go-wrapper for signatures when cgo is available
  15. - [crypto] \#3162 wrap btcd instead of forking it to keep up with fixes (used if cgo is not available)
  16. ### BUG FIXES:
  17. - [node] \#3186 EventBus and indexerService should be started before first block (for replay last block on handshake) execution
  18. - [p2p] \#3247 Fix panic in SeedMode when calling FlushStop and OnStop
  19. concurrently