add link to list of breaking funcs/methods

This commit is contained in:
Ethan Buchman 2017-05-18 12:32:34 +02:00
parent 772306cac8
commit 790e04ed3e
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ BREAKING CHANGES:
- [consensus/abci] Send InitChain message in handshake if `appBlockHeight == 0`
- [types] `[]byte -> data.Bytes`
- [types] Do not include the `Accum` field when computing the hash of a validator. This makes the ValidatorSetHash unique for a given validator set, rather than changing with every block (as the Accum changes)
- A number of functions and methods ahd their signatures modified to accomodate new config and logger. See https://gist.github.com/ebuchman/640d5fc6c2605f73497992fe107ebe0b for comprehensive list. Note many also had `[]byte` arguments changed to `data.Bytes`, but this is not actually breaking.
FEATURES: