Browse Source

add missing changelog entries

pull/2029/head
Anton Kaliaev 6 years ago
parent
commit
948b91e62e
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      CHANGELOG.md

+ 5
- 1
CHANGELOG.md View File

@ -13,10 +13,13 @@ BREAKING CHANGES:
IMPROVEMENTS:
- [abci, libs/common] Generated gogoproto static marshaller methods
- [config] Increase default send/recv rates to 5 mB/s
- [p2p] allow persistent peers to be private
BUG FIXES
- [mempool] fixed a race condition when `create_empty_blocks=false` where a
transaction is published at an old height.
- [p2p] dial external IP setup by `persistent_peers`, not internal NAT IP
- [rpc] make `/status` RPC endpoint resistant to consensus halt
## 0.22.4
@ -32,7 +35,8 @@ FEATURES:
BUG FIXES:
- [tools/tm-bench] Various fixes
- [consensus] Wait for WAL to stop on shutdown
- [abci] Fix #1891, pending requests cannot hang when abci server dies. Previously a crash in BeginBlock could leave tendermint in broken state.
- [abci] Fix #1891, pending requests cannot hang when abci server dies.
Previously a crash in BeginBlock could leave tendermint in broken state.
## 0.22.3


Loading…
Cancel
Save