changelog

This commit is contained in:
Ethan Buchman 2017-12-02 01:56:21 -05:00
parent 82d56571b5
commit 9afd3da3b2
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ BREAKING CHANGES:
- [types] use `customtype` feature of `gogo/protobuf` to replace `[]byte` with `data.Bytes` in all generated types :)
- this eliminates the need for additional types like ResultQuery
- [types] `pubKey` -> `pub_key`
- [types] `uint64` -> `int64`
- [types] `uint64` -> `int32` for `Header.num_txs` and `PartSetHeader.total`, but generated code uses `int`
- [types] `uint64` -> `int64` for everything else
- [abci-cli] codes are printed as their number instead of a message, except for `code == 0`, which is still printed as `OK`
FEATURES: