We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d048c commit a0e3b9bCopy full SHA for a0e3b9b
stacks-signer/src/v0/signer_state.rs
@@ -789,6 +789,9 @@ impl LocalStateMachine {
789
790
if active_signer_protocol_version != old_protocol_version {
791
info!("Updating active signer protocol version from {old_protocol_version} to {active_signer_protocol_version}");
792
+ crate::monitoring::actions::increment_signer_agreement_state_change_reason(
793
+ crate::monitoring::SignerAgreementStateChangeReason::ProtocolUpgrade,
794
+ );
795
*self = Self::Initialized(SignerStateMachine {
796
burn_block: *burn_block,
797
burn_block_height: *burn_block_height,
0 commit comments