Browse Source

pr suggestions

pull/4000/head
Marko Baricevic 5 years ago
parent
commit
fce61cc51c
No known key found for this signature in database GPG Key ID: 1C1A5B44A0E4674D
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      CHANGELOG.md

+ 6
- 2
CHANGELOG.md View File

@ -4,15 +4,19 @@
*September 19, 2019*
Special thanks to external contributors on this release: @jon-certik
Special thanks to external contributors on this release: @jon-certik, @gracenoah
Friendly reminder, we have a [bug bounty
program](https://hackerone.com/tendermint).
### BREAKING CHANGES:
- CLI/RPC/Config
- [rpc] [\#3984](https://github.com/tendermint/tendermint/issues/3984) Add `MempoolClient` interface to `Client` interface
### IMPROVEMENTS:
- [rpc] [\#2010](https://github.com/tendermint/tendermint/issues/2010) Add NewHTTPWithClient and NewJSONRPCClientWithHTTPClient (note these and NewHTTP, NewJSONRPCClient functions panic if remote is invalid) (@gracenoah)
- [rpc] [\#3984](https://github.com/tendermint/tendermint/issues/3984) Add `MempoolClient` interface to `Client` interface
- [rpc] [\#3882](https://github.com/tendermint/tendermint/issues/3882) Add custom marshalers to proto messages to disable `omitempty`
### BUG FIXES:


Loading…
Cancel
Save