From 3bd185f82481b070e3f8431aef38c92221a081f3 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:32:11 -0700 Subject: [PATCH] Adding changes for 2.5.0.0.6 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6061cb9d..2cca1d273a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,27 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE - `get-tenure-info?` added - `get-block-info?` removed +## [2.5.0.0.7] + +### Added + +feat: Neon mock miner replay (#5060) +chore: add warn logs for block validate rejections (#5079) + +### Changed + +- bugfix/boot_to_epoch_3 in SignerTest should wait for a new commit (#5087) +- Fix: Revert BurnchainHeaderHash serialization change (#5094) +- Feat/mock signing revamp (#5070) +- Fix block proposal rejection test (#5084) +- Fix/multi miner fixes jude (#5040) + +## [2.5.0.0.6] + +### Changed + +- If there is a getchunk/putchunk that fails due to a stale (or future) version NACK, the StackerDB sync state machine should immediately retry sync (#5066) + ## [2.5.0.0.5] ### Added