From 189b62105b3705f7619527b8543b328210004907 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:03:49 -0800 Subject: [PATCH] Updating changelogs for 3.0.0.0.2 --- CHANGELOG.md | 11 +++++++++-- stacks-signer/CHANGELOG.md | 7 +++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a237ba01..261dd7d648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,15 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## [Unreleased] ### Changed -- Add index for StacksBlockId to nakamoto block headers table (improves node performance) -- Remove the panic for reporting DB deadlocks (just error and continue waiting) + +## [3.0.0.0.2] + +### Added + +### Changed +- Fixes a few bugs in the relayer and networking stack + - detects and deprioritizes unhealthy replicas + - fixes an issue in the p2p stack which was preventing it from caching the reward set. ## [3.0.0.0.1] diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md index 3183c0d5c3..53d2971721 100644 --- a/stacks-signer/CHANGELOG.md +++ b/stacks-signer/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ### Changed +## [3.0.0.0.2.0] + +### Added +- Adds `tenure_last_block_proposal_timeout_secs` option to account for delayed global block acceptance. default to 30s + +### Changed + ## [3.0.0.0.1.0] ### Changed