[v23.0.x] chore: release v23.0.2#7033
Merged
PastaPastaPasta merged 2 commits intodashpay:v23.0.xfrom Dec 3, 2025
Merged
Conversation
…ction wrapper 55220cc fix: drop gsl usage from RebuildListFromBlock function wrapper (UdjinM6) Pull request description: ## Issue being fixed or feature implemented This fixes guix non-determinism for apple-darwin builds. kudos to knst@ for discovering this ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: ACK 55220cc Tree-SHA512: fdf79804a71c681d08a428812b308b37344eedd94b8e22042bed84452a27107f1efb21b147405a30dac1f69a18cab2e11c06004abcab451e8b8fa18b42b2ae0e
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
knst
reviewed
Dec 3, 2025
| # Dash Core version v23.0.1 | ||
| # Dash Core version v23.0.2 | ||
|
|
||
| This is a new patch version release, bringing various bugfixes, performance improvements, and new tooling for database maintenance. |
Collaborator
There was a problem hiding this comment.
shoudl be there a note, that it is expected for version 23.0.2 to be skipped?
Member
Author
There was a problem hiding this comment.
you mean 23.0.1? I think no
knst
approved these changes
Dec 3, 2025
UdjinM6
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
23.0.2 release
What was done?
see commits
How Has This Been Tested?
Breaking Changes
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.