CHANGELOG [ci skip]

This commit is contained in:
Ethan Buchman 2017-10-26 09:42:46 -04:00
parent 6af28ead87
commit bb6c15b00a
1 changed files with 2 additions and 1 deletions

View File

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