Release-candidate v0.64.0-rc.1#1331
Merged
jansegre merged 110 commits intorelease-candidatefrom Aug 7, 2025
Merged
Conversation
Release v0.63.1
fix(cli): regression on `run_node --help`
fix(metrics): websocket metrics was not being updated
Even if #1244 has updated the resolved_reference, it seems it didn't do a complete update (python-rocksdb version was still marked as 0.9.2 instead of 0.9.3). The lock file was generated with poetry-2.1.1, and thus includes some new fields. The only downside of not doing this change seems to be that in development setups where python-rocksdb v0.9.2 exists in the cache, it will be used instead of correctly installing the one from github with version v0.9.3.
chore: update poetry lock file so python-rocksdb is v0.9.3
chore: update python-hathorlib to 0.8.0
chore: update hathorlib to v0.9.1
fix(nano): use Uint32 for Timestamp instead of Int32
fix(nano): incorrect lower bound in _SizedIntNCType
…rties tests: dynamically search for deep mutable properties
refactor(verification): move commong args to VerificationParams
…e-activation chore: prepare feature-activations for release
glevco
approved these changes
Aug 7, 2025
msbrogli
approved these changes
Aug 7, 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.
Changes
run_node --help#1220raiseswith match #1341Checklist