Merged
Conversation
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
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release #1352 +/- ##
===========================================
+ Coverage 84.42% 85.68% +1.26%
===========================================
Files 320 429 +109
Lines 24568 32422 +7854
Branches 3768 5063 +1295
===========================================
+ Hits 20742 27782 +7040
- Misses 3085 3617 +532
- Partials 741 1023 +282 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…default chore: make testnet-hotel the default testnet
…fault fix: regression when changing the default testnet
Release-candidate v0.64.0-rc.2
glevco
previously approved these changes
Aug 14, 2025
chore: prepare for rc.3
Release-candidate v0.64.0-rc.3
glevco
approved these changes
Aug 15, 2025
msbrogli
approved these changes
Aug 15, 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 #1341Release-candidates
Checklist