tendermint/CHANGELOG_PENDING.md
Marko 1b54369f41 custom marshallers for proto types, which EmitDefaults (#3889)
* Remove omitempty from *pb.go

- remove omitempty from *pb.go files
- added command to makefile for everytime `make protoc_all` is run

- open question:
  - Do we want to further remove omitempty from other places
	- https://github.com/tendermint/tendermint/blob/master/rpc/lib/types/types.go#L151
	- and other places
ref #3882

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

* bring back omitempty to *pb.go

* Update types/tx.go

* custom marshlers

* undo benchmark `omitepmty`

* golangci lint fix

* cleanup comments

* changelog_pending entry
2019-09-18 12:32:50 +03:00

751 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
  • [rpc] #3882 Add custom marshalers to proto messages to disable omitempty

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)