You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
7
7
8
+
# Unreleased
9
+
10
+
### Changed
11
+
12
+
- Changed default mempool walk strategy to `NextNonceWithHighestFeeRate`
13
+
8
14
## [3.1.0.0.11]
9
15
10
16
- 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
30
36
- Reduce the default `block_rejection_timeout_steps` configuration so that miners will retry faster when blocks fail to reach 70% approved or 30% rejected.
31
37
- Added index for `next_ready_nakamoto_block()` which improves block processing performance.
32
38
- 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`
0 commit comments