mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
* 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
673 B
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 toClient
interface
BUG FIXES:
- [consensus] #3908 Wait
timeout_commit
to pass even ifcreate_empty_blocks
isfalse
- [mempool] #3968 Fix memory loading error on 32-bit machines (@jon-certik)