From 1eb99245fde79ef1fd8c40e2faa07128d2d55ce0 Mon Sep 17 00:00:00 2001 From: Jacinta Ferrant Date: Mon, 23 Dec 2024 14:32:14 -0500 Subject: [PATCH] Add changelog Signed-off-by: Jacinta Ferrant --- stacks-signer/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md index 3c7ec2d0c1..45bf42fada 100644 --- a/stacks-signer/CHANGELOG.md +++ b/stacks-signer/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## [Unreleased] ## Added +- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle. - Introduced the `block_proposal_max_age_secs` configuration option for signers, enabling them to automatically ignore block proposals that exceed the specified age in seconds.