Prepare changelog for v0.34.20-rc1. (#8966)

This commit is contained in:
M. J. Fromberger
2022-07-12 11:03:23 -07:00
committed by GitHub
parent d6b413ff8e
commit bbb5f3bfef
2 changed files with 13 additions and 6 deletions

View File

@@ -2,9 +2,18 @@
Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).
## v0.34.20-rc1
Special thanks to external contributors on this release: @joeabbey @yihuang
### BUG FIXES
- [indexer] [#8625](https://github.com/tendermint/tendermint/pull/8625) Fix overriding tx index of duplicated txs. (@yihuang)
- [mempool] [\#8962](https://github.com/tendermint/tendermint/issues/8962) Backport priority mempool fixes from v0.35.x to v0.34.x (@creachadair).
## v0.34.20-rc0
This RC introduces the prioritized mempool.
This RC introduces the prioritized mempool.
NOTE: There's a known memory leak with the prioritized mempool that the team are currently working on resolving. We will cut v0.34.20 when this has been resolved. This release candidate is to provide the SDK with the new APIs. Read more about the issue [here](https://github.com/tendermint/tendermint/issues/8775)
@@ -15,6 +24,8 @@ NOTE: There's a known memory leak with the prioritized mempool that the team are
### IMPROVEMENTS
- [logging] [\#8845](https://github.com/tendermint/tendermint/issues/8845) Add "Lazy" Stringers to defer Sprintf and Hash until logs print. (@joeabbey)
### BUG FIXES
- [blocksync] [\#8496](https://github.com/tendermint/tendermint/pull/8496) validate block against state before persisting it to disk (@cmwaters)

View File

@@ -2,7 +2,7 @@
## v0.34.20
Special thanks to external contributors on this release: @yihuang
Special thanks to external contributors on this release:
Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
@@ -23,7 +23,3 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
### IMPROVEMENTS
### BUG FIXES
- [blocksync] [#8496](https://github.com/tendermint/tendermint/pull/8496) validate block against state before persisting it to disk. (@cmwaters)
- [indexer] [#8625](https://github.com/tendermint/tendermint/pull/8625) Fix overriding tx index of duplicated txs. (@yihuang)
- [mempool] \#8962 Backport priority mempool fixes from v0.35.x to v0.34.x (@creachdair).