From 53937a8129d8b4a9a18d2bd4ad6ea1b7de0c9fc1 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 24 May 2018 17:56:57 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786b5ef1..b9735a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*