Browse Source

update changelog

pull/2159/head
Ethan Buchman 6 years ago
parent
commit
0cbf9b2a7d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      CHANGELOG_PENDING.md

+ 4
- 0
CHANGELOG_PENDING.md View File

@ -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))


Loading…
Cancel
Save