From fcf459158d96e2c988168b1bb38dfcc626254fd5 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 26 Oct 2017 00:29:58 -0400 Subject: [PATCH] CHANGELOG [ci skip] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603c35a4..884111ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,27 @@ BUG FIXES: ## 0.12.0 (TBD) +BREAKING CHANGES: + - rpc/client: websocket ResultsCh and ErrorsCh unified in ResponsesCh. + - rpc/client: ABCIQuery no longer takes `prove` + - state: remove GenesisDoc from state. + +FEATURES: + - new `certifiers` pkg contains the tendermint light-client library! + - rpc: `/genesis` includes the `app_options` . + - rpc: `/abci_query` takes an additional `height` parameter to support historical queries. + - rpc/client: new ABCIQueryWithOptions supports options like `trusted` (set false to get a proof`) and `height` to query a historical height. + IMPROVEMENTS: - genesis doc: added `app_options` field, which, along with the other fields, will be returned upon `/genesis` rpc call. + - rpc/lib/client: add jitter to reconnects. + - rpc/lib/types: `RPCError` satisfies the `error` interface. + +BUG FIXES: + - rpc/client: fix ws deadlock after stopping + - blockchain: fix panic on AddBlock when peer is nil + - mempool: fix sending on TxsAvailable when a tx has been invalidated ## 0.11.1 (October 10, 2017)