Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 673 Bytes

CHANGELOG_PENDING.md

File metadata and controls

28 lines (16 loc) · 673 Bytes

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)