Browse Source

catch up with develop and rebase on current release to include #3482

release/v0.31.1
Ismail Khoffi 5 years ago
committed by Anton Kaliaev
parent
commit
a49d80b89c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      CHANGELOG.md

+ 2
- 1
CHANGELOG.md View File

@ -9,7 +9,7 @@ This release contains a major improvement for the mempool that reduce the amount
It also fixes a memory leak in the mempool and gives you the ability to run HTTPS RPC servers (over TLS) by providing a certificate and key in the config.
Special thanks to external contributors on this release:
@guagualvcha, @HaoyangLiu, @needkane
@brapse, @guagualvcha, @HaoyangLiu, @needkane, @TraceBundy
### BREAKING CHANGES:
@ -34,6 +34,7 @@ Special thanks to external contributors on this release:
### IMPROVEMENTS:
- [docs] [\#3140](https://github.com/tendermint/tendermint/issues/3140) Formalize proposer election algorithm properties
- [docs] [\#3482](https://github.com/tendermint/tendermint/issues/3482) fix broken links (@brapse)
- [mempool] [\#2778](https://github.com/tendermint/tendermint/issues/2778) No longer send txs back to peers who sent it to you.
Also, limit to 65536 active peers.
This vastly improves the the b bandwidth consumption of nodes.


Loading…
Cancel
Save