From f95e131e31fb61b89e9d7b6749df6ab25cff4dbf Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:42:01 -0700 Subject: [PATCH] Update stacks-signer changelog for 2.5.0.0.5.1 --- stacks-signer/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md index fcc7ab17f5..6b28b15e8f 100644 --- a/stacks-signer/CHANGELOG.md +++ b/stacks-signer/CHANGELOG.md @@ -7,3 +7,18 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## [Unreleased] +## [2.5.0.0.5.1] + +### Added + +- Adds signerdb schema versioning (#4965) +- Added voting cli commands `generate-vote` and `verify-vote` (#4934) +- Add soritiion tracking cache (#4905) +- Push blocks to signer set and adds `/v3/blocks/upload` (#4902) + +### Changed + +- Fix an issue of poorly timed tenure and bitcoin blocks (#4956) +- Process pending blocks before ending tenure (#4952) +- Update rusqlite/sqlite versions (#4948) +- return last block sortition in `/v3/sortitions` (#4939)