Skip to content

Commit df4345f

Browse files
committed
move changelog update to unreleased
1 parent c3d8cc8 commit df4345f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8+
# Unreleased
9+
10+
### Changed
11+
12+
- Changed default mempool walk strategy to `NextNonceWithHighestFeeRate`
13+
814
## [3.1.0.0.11]
915

1016
- Hotfix for p2p stack misbehavior in mempool syncing conditions
@@ -30,7 +36,6 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
3036
- Reduce the default `block_rejection_timeout_steps` configuration so that miners will retry faster when blocks fail to reach 70% approved or 30% rejected.
3137
- Added index for `next_ready_nakamoto_block()` which improves block processing performance.
3238
- Added a new field, `parent_burn_block_hash`, to the payload that is included in the `/new_burn_block` event observer payload.
33-
- Changed default mempool walk strategy to `NextNonceWithHighestFeeRate`
3439

3540
### Fixed
3641

0 commit comments

Comments
 (0)