https://github.com/tendermint/tendermint
Raw File
Tip revision: c4f7256766fd4cd46ac89c5259e77fe5b0a0bf45 authored by Anton Kaliaev on 26 February 2020, 09:20:51 UTC
lite2: store current validator set (#4472)
Tip revision: c4f7256
CHANGELOG_PENDING.md
## v0.33.2

\*\*

Special thanks to external contributors on this release:

Friendly reminder, we have a [bug bounty
program](https://hackerone.com/tendermint).

### BREAKING CHANGES:

- CLI/RPC/Config

- Apps

- Go API

### FEATURES:

### IMPROVEMENTS:

- [types] [\#4417](https://github.com/tendermint/tendermint/issues/4417) VerifyCommitX() functions should return as soon as +2/3 threashold is reached.

### BUG FIXES:

- [rpc] [\#4437](https://github.com/tendermint/tendermint/pull/4437) Fix tx_search pagination with ordered results (@erikgrinaker)

- [rpc] [\#4406](https://github.com/tendermint/tendermint/pull/4406) Fix issue with multiple subscriptions on the websocket (@antho1404)
back to top