Prepare changelog for release v0.35.5. (#8601)

This commit is contained in:
M. J. Fromberger
2022-05-26 09:08:41 -07:00
committed by GitHub
parent a22f7bec39
commit 12a0559d67
2 changed files with 13 additions and 5 deletions
+12
View File
@@ -2,6 +2,18 @@
Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos).
## v0.35.5
May 26, 2022
### BUG FIXES
- [p2p] [\#8371](https://github.com/tendermint/tendermint/pull/8371) fix setting in con-tracker (backport #8370) (@tychoish)
- [blocksync] [\#8496](https://github.com/tendermint/tendermint/pull/8496) validate block against state before persisting it to disk (@cmwaters)
- [statesync] [\#8494](https://github.com/tendermint/tendermint/pull/8494) avoid potential race (@tychoish)
- [keymigrate] [\#8467](https://github.com/tendermint/tendermint/pull/8467) improve filtering for legacy transaction hashes (backport #8466) (@creachadair)
- [rpc] [\#8594](https://github.com/tendermint/tendermint/pull/8594) fix encoding of block_results responses (@creachadair)
## v0.35.4
April 18, 2022
+1 -5
View File
@@ -2,7 +2,7 @@
Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos).
## v0.35.5
## v0.35.6
Month DD, YYYY
@@ -12,8 +12,6 @@ Special thanks to external contributors on this release:
- CLI/RPC/Config
- [rpc] \#8594 fix encoding of block_results responses (@creachadair)
- Apps
- P2P Protocol
@@ -27,5 +25,3 @@ Special thanks to external contributors on this release:
### IMPROVEMENTS
### BUG FIXES
- [blocksync] [\#8496](https://github.com/tendermint/tendermint/pull/8496) validate block against state before persisting it to disk (@cmwaters)