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: stacks-signer/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,19 @@ 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
+
- Upgraded `SUPPORTED_SIGNER_PROTOCOL_VERSION` to 1
13
+
8
14
## [3.1.0.0.8.1]
9
15
10
16
### Added
11
17
12
18
- The signer will now check if their associated stacks-node has processed the parent block for a block proposal before submitting that block proposal. If it cannot confirm that the parent block has been processed, it waits a default time of 15s before submitting, configurable via `proposal_wait_for_parent_time_secs` in the signer config.toml.
panic!("Unexpected state machine update message version");
224
+
};
216
225
217
226
let state_machine = SignerStateMachine{
218
227
burn_block,
219
228
burn_block_height,
220
229
current_miner:(¤t_miner).into(),
221
230
active_signer_protocol_version: local_supported_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
active_signer_protocol_version: local_supported_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
0 commit comments