Skip to content

Commit

Permalink
Backport priority mempool fixes from v0.35.x to v0.34.x. (#8962)
Browse files Browse the repository at this point in the history
This is a manual backport of the changes from these commits:

- bc49f66 Add more unit tests for the priority mempool. (#8961)
- 9b02094 Fix unbounded heap growth in the priority mempool. (#8944)

Imports and type signatures have been updated to match the v0.34 usage.
  • Loading branch information
M. J. Fromberger authored Jul 8, 2022
1 parent 1d9d947 commit 493dd69
Show file tree
Hide file tree
Showing 8 changed files with 645 additions and 1,364 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v0.34.20

Special thanks to external contributors on this release:
Special thanks to external contributors on this release: @yihuang

Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).

Expand All @@ -24,5 +24,6 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi

### 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.
- [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).
Loading

0 comments on commit 493dd69

Please sign in to comment.