mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
* 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>
1.1 KiB
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 dumpsub-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 killsub-command (@melekes)