v0.31.6 changelog (#3688)

* update changelog

* Update changelog

- less detail about internal stuff like the `mempool`
- focus BUG FIX entries more on what was fixed rather than how

* minor cleanup.

- remove entry for GenesisDocProvider, it's being undone

* minor fix
This commit is contained in:
Anton Kaliaev
2019-05-31 07:25:21 +09:00
committed by Ethan Buchman
parent b522ad0052
commit 9dcee69ac2
4 changed files with 82 additions and 51 deletions

View File

@@ -584,6 +584,7 @@ func (commit *Commit) VoteSignBytes(chainID string, valIdx int) []byte {
// memoizeHeightRound memoizes the height and round of the commit using
// the first non-nil vote.
// Should be called before any attempt to access `commit.height` or `commit.round`.
func (commit *Commit) memoizeHeightRound() {
if len(commit.Precommits) == 0 {
return