-
Notifications
You must be signed in to change notification settings - Fork 26
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
Release v0.60.0 #1028
Merged
Merged
Release v0.60.0 #1028
Conversation
This file contains 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
docs: fix OpenAPI url of cpu profiler endpoint
…ogress fix(util): division by zero when logging progress in some cases
chore: bump version to v0.60.0
feat(p2p): add ability to update peer_id.json with SIGUSR1
Release-candidate v0.60.0-rc.1
…sserts chore: remove unnecessary asserts
…lbacks fix: sorting execution manager callbacks
chore: fix codecov coverage upload
feat: add first_block to the to_json_extended method of base transaction class
…able chore(cli): default to sync-v1 disabled
Currently it is possibly to disable sync-v1 but not make it unavailable. Making it unavailble will be required in order to be able to disable the indexes that it needs. This commit does not bother on any of the effects that are possible when sync-v1 is unavailable, only on making it possible to do so via a command line argument.
Release-candidate v0.60.0-rc.2
…navailable feat(cli): add argument to make sync-v1 unavailable
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release #1028 +/- ##
===========================================
- Coverage 85.24% 84.94% -0.30%
===========================================
Files 292 297 +5
Lines 22667 22910 +243
Branches 3415 3464 +49
===========================================
+ Hits 19322 19462 +140
- Misses 2678 2765 +87
- Partials 667 683 +16 ☔ View full report in Codecov by Sentry. |
…path-mainnet feat(merged-mining): configure new max merkle path length on mainnet
Release-candidate v0.60.0-rc.3
glevco
approved these changes
May 13, 2024
msbrogli
approved these changes
May 13, 2024
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
Release-candidates
Checklist