Browse Source

changelog

pull/1628/head
Ethan Buchman 6 years ago
parent
commit
53937a8129
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      CHANGELOG.md

+ 7
- 2
CHANGELOG.md View File

@ -2,7 +2,6 @@
## 0.19.9
*TBD*
## 0.19.8
@ -38,7 +37,7 @@ FEATURES
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
- [consensus/wal] do not look for height in older files if we've seen height - 1
- [docs] Various cleanup and link fixes
@ -51,6 +50,12 @@ BUG FIXES
- [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
*May 20th, 2018*


Loading…
Cancel
Save