From 790e04ed3e78e43d75b60218925e2d9c4a3e1776 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 18 May 2017 12:32:34 +0200 Subject: [PATCH] add link to list of breaking funcs/methods --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fedd6ba..724c31201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: