From 0cbf9b2a7d56424b7f1824e6fb58d7d4cf15b0b7 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 16 Aug 2018 11:04:15 -0400 Subject: [PATCH] update changelog --- CHANGELOG_PENDING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 40fd2644a..ac381c806 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -14,6 +14,10 @@ BREAKING CHANGES: - [crypto] Rename AminoRoute variables to no longer be prefixed by signature type. - [config] Replace MaxNumPeers with MaxNumInboundPeers and MaxNumOutboundPeers - [node] NewNode now accepts a `*p2p.NodeKey` +- [abci] \#2159 Update use of `Validator` ala ADR-018: + - Remove PubKey from `Validator` and introduce `ValidatorUpdate` + - InitChain and EndBlock use ValidatorUpdate + - Update field names and types in BeginBlock FEATURES: - [types] allow genesis file to have 0 validators ([#2015](https://github.com/tendermint/tendermint/issues/2015))