Files
tendermint/CHANGELOG_PENDING.md
Ethan Buchman eb4e23b91e fix FlushStop (#3247)
* p2p/pex: failing test

* p2p/conn: add stopMtx for FlushStop and OnStop

* changelog
2019-02-04 07:30:24 -08:00

691 B

v0.30.0

TBD

Special thanks to external contributors on this release:

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

  • Blockchain Protocol

  • P2P Protocol

FEATURES:

IMPROVEMENTS:

  • [tools] add go-deadlock tool to help detect deadlocks
  • [crypto] #3163 use ethereum's libsecp256k1 go-wrapper for signatures when cgo is available
  • [crypto] #3162 wrap btcd instead of forking it to keep up with fixes (used if cgo is not available)

BUG FIXES:

  • [node] #3186 EventBus and indexerService should be started before first block (for replay last block on handshake) execution
  • [p2p] #3247 Fix panic in SeedMode when calling FlushStop and OnStop concurrently