tendermint/CHANGELOG_PENDING.md
Marko 45ddd67bd6
Add MempoolClient to Client Interface (#3987)
* Add MempoolClient to Client Interface

closes #3984

- add mempoolclient interface to client interface

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* Update CHANGELOG_PENDING.md

* add golang-ci version
2019-09-16 11:26:13 +02:00

673 B

v0.32.4

**

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

FEATURES:

IMPROVEMENTS:

  • [rpc] #2010 Add NewHTTPWithClient and NewJSONRPCClientWithHTTPClient (note these and NewHTTP, NewJSONRPCClient functions panic if remote is invalid) (@gracenoah)
  • [rpc] #3984 Add MempoolClient interface to Client interface

BUG FIXES:

  • [consensus] #3908 Wait timeout_commit to pass even if create_empty_blocks is false
  • [mempool] #3968 Fix memory loading error on 32-bit machines (@jon-certik)