Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/2.5.0.0.7 changelog #5120

Merged
merged 3 commits into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- Add warn logs for block validate rejections (#5079)
- Neon mock miner replay (#5060)

### Changed

- Revert BurnchainHeaderHash serialization change (#5094)
- boot_to_epoch_3 in SignerTest should wait for a new commit (#5087)
- Fix block proposal rejection test (#5084)
- Mock signing revamp (#5070)
- 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
Expand Down