From bb6c15b00a07e2aafc7fe245b3acfb33b9c25abe Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 26 Oct 2017 09:42:46 -0400 Subject: [PATCH] CHANGELOG [ci skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884111abf..f4989ef67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ FEATURES: - Use the chain as its own CA for nodes and validators - Tooling to run multiple blockchains/apps, possibly in a single process - State syncing (without transaction replay) -- Improved support for querying history and state - Add authentication and rate-limitting to the RPC IMPROVEMENTS: @@ -34,6 +33,8 @@ BREAKING CHANGES: - rpc/client: websocket ResultsCh and ErrorsCh unified in ResponsesCh. - rpc/client: ABCIQuery no longer takes `prove` - state: remove GenesisDoc from state. + - consensus: new binary WAL format provides efficiency and uses checksums to detect corruption + - see scripts/wal2json to convert to json for debugging FEATURES: - new `certifiers` pkg contains the tendermint light-client library!