Files
tendermint/CHANGELOG_PENDING.md
Anton Kaliaev 891afc2235 cmd: fix debug kill and change debug dump archive filename format (#4517)
* cmd: change archive filename format

before: Mar  3 08:44:43.zip
after: 2020-03-03T08:44:43Z.zip

Refs #4515

* cmd: kill pid, not the debug process itself

Fixes #4515

* update changelog

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-03-03 12:41:58 +00:00

1.1 KiB

v0.33.2

**

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:

  • [types] #4417 VerifyCommitX() functions should return as soon as +2/3 threashold is reached.
  • [examples/kvstore] #4509 ABCI query now returns the proper height (@erikgrinaker)
  • [cmd] #4515 Change tendermint debug dump sub-command archives filename's format (@melekes)

BUG FIXES:

  • [rpc] #4493 Keep the original subscription "id" field when new RPCs come in (@michaelfig)
  • [rpc] #4437 Fix tx_search pagination with ordered results (@erikgrinaker)
  • [rpc] #4406 Fix issue with multiple subscriptions on the websocket (@antho1404)
  • [cmd] #4515 Fix tendermint debug kill sub-command (@melekes)