Browse Source

CHANGELOG [ci skip]

pull/749/merge
Ethan Buchman 7 years ago
parent
commit
bb6c15b00a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      CHANGELOG.md

+ 2
- 1
CHANGELOG.md 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!


Loading…
Cancel
Save