mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
changelog
This commit is contained in:
parent
f1c53c7358
commit
53937a8129
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
## 0.19.9
|
## 0.19.9
|
||||||
|
|
||||||
*TBD*
|
|
||||||
|
|
||||||
## 0.19.8
|
## 0.19.8
|
||||||
|
|
||||||
@ -38,7 +37,7 @@ FEATURES
|
|||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
- [consensus] consensus reactor now receives events from a separate event bus,
|
- [consensus] Consensus reactor now receives events from a separate synchronous event bus,
|
||||||
which is not dependant on external RPC load
|
which is not dependant on external RPC load
|
||||||
- [consensus/wal] do not look for height in older files if we've seen height - 1
|
- [consensus/wal] do not look for height in older files if we've seen height - 1
|
||||||
- [docs] Various cleanup and link fixes
|
- [docs] Various cleanup and link fixes
|
||||||
@ -51,6 +50,12 @@ BUG FIXES
|
|||||||
|
|
||||||
- [blockchain] Fix fast-sync deadlock during high peer turnover
|
- [blockchain] Fix fast-sync deadlock during high peer turnover
|
||||||
|
|
||||||
|
BUG FIX:
|
||||||
|
|
||||||
|
- [evidence] Dont send peers evidence from heights they haven't synced to yet
|
||||||
|
- [p2p] Refuse connections to more than one peer with the same IP
|
||||||
|
- [docs] Various fixes
|
||||||
|
|
||||||
## 0.19.5
|
## 0.19.5
|
||||||
|
|
||||||
*May 20th, 2018*
|
*May 20th, 2018*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user