update changelog [ci skip]

This commit is contained in:
Ethan Buchman 2017-12-06 03:38:03 -05:00
parent 167d0e82f9
commit 6884463ba2
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ BREAKING CHANGES:
- rpc/lib/types: RPCResponse is no longer a pointer; WSRPCConnection interface has been modified
- rpc/client: WaitForOneEvent takes an EventsClient instead of types.EventSwitch
- rpc/client: Add/RemoveListenerForEvent are now Subscribe/Unsubscribe
- rpc: `/subscribe` and `/unsubscribe` take `query` arg instead of `event`
- rpc/core/types: ResultABCIQuery wraps an abci.ResponseQuery
- rpc: `/subscribe` and `/unsubscribe` take `query` arg instead of `event`
- rpc: `/status` returns the LatestBlockTime in human readable form instead of in nanoseconds
- mempool: cached transactions return an error instead of an ABCI response with BadNonce
FEATURES: