Browse Source

bump version and update changelog

pull/5731/head
Anton Kaliaev 4 years ago
parent
commit
a26551985f
3 changed files with 25 additions and 6 deletions
  1. +23
    -0
      CHANGELOG.md
  2. +1
    -5
      CHANGELOG_PENDING.md
  3. +1
    -1
      version/version.go

+ 23
- 0
CHANGELOG.md View File

@ -1,5 +1,28 @@
# Changelog
## v0.32.14
*November 10, 2020*
This release reduces the pings frequency for remote private validators and the
number of `GetPubKey` requests. Fixes
[\#5550](https://github.com/tendermint/tendermint/issues/5550).
Special thanks to external contributors on this release:
@JoeKash, @joe-bowman
Friendly reminder, we have a [bug bounty
program](https://hackerone.com/tendermint).
### IMPROVEMENTS:
- [consensus] [\#5143](https://github.com/tendermint/tendermint/pull/5143) Only call `privValidator.GetPubKey` once per block (@melekes)
### BUG FIXES:
- [consensus] [\#4895](https://github.com/tendermint/tendermint/pull/4895) Cache the address of the validator to reduce querying a remote KMS (@joe-bowman)
- [privval] [\#5638](https://github.com/tendermint/tendermint/pull/5638) Increase read/write timeout to 5s and calculate ping interval based on it (@JoeKash)
## v0.32.13
*August 5, 2020*


+ 1
- 5
CHANGELOG_PENDING.md View File

@ -1,4 +1,4 @@
## v0.32.14
## v0.32.15
\*\*
@ -19,9 +19,5 @@ program](https://hackerone.com/tendermint).
### IMPROVEMENTS:
- [consensus] \#5143 Only call `privValidator.GetPubKey` once per block (@melekes)
### BUG FIXES:
- [consensus] [\#4895](https://github.com/tendermint/tendermint/pull/4895) Cache the address of the validator to reduce querying a remote KMS (@joe-bowman)
- [privval] \#5638 Increase read/write timeout to 5s and calculate ping interval based on it (@JoeKash)

+ 1
- 1
version/version.go View File

@ -21,7 +21,7 @@ const (
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.32.13"
TMCoreSemVer = "0.32.14"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"


Loading…
Cancel
Save