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
Bad timing between the Stacks node's processing and the Bitcoin network
including a block commit can cause a miner to submit a block commit
which breaks the UTXO chain, severly hurting its chances of winning
blocks. It is better to just miss this commit than to break the UTXO
chain.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
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
+
- When a previous block commit is unable to be RBFed, the miner will now just wait for it to be confirmed instead of submitting a new block commit which breaks the miner's UTXO chain.
13
+
8
14
## [3.1.0.0.11]
9
15
10
16
- Hotfix for p2p stack misbehavior in mempool syncing conditions
0 commit comments