Skip to content

Commit

Permalink
fix: changelog entry for 2.05.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson authored and wileyj committed Sep 30, 2022
1 parent bd54bd7 commit 378fc1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the versioning scheme outlined in the [README.md](README.md).

## [2.05.0.4.0]

### Fixed

- Denormalize the mempool database so as to remove a `LEFT JOIN` from the SQL
query for choosing transactions in order by estimated fee rate. This
drastically speeds up mempool transaction iteration in the miner (#3314)


## [2.05.0.3.0]

### Added
Expand Down

0 comments on commit 378fc1b

Please sign in to comment.