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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
11
11
12
12
- Added new `ValidateRejectCode` values to the `/v3/block_proposal` endpoint
13
13
- Added `StateMachineUpdateContent::V1` to support a vector of `StacksTransaction` expected to be replayed in subsequent Stacks blocks
14
-
- Updated `StackerDBListener` to listen for signers' state machine updates and store replay info to the side to enable a miner to perform transaction replay
14
+
- Updated `StackerDBListener` to monitor signer state machine updates and store replay information separately, enabling miners to perform transaction replays.
15
+
- Added a `replay_transactions` flag to the miner configuration to feature-gate transaction replay. When enabled, the miner will construct a replay block if a threshold of signers signals that a transaction set requires replay.
0 commit comments