-
Notifications
You must be signed in to change notification settings - Fork 491
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
go-algorand 4.0.2-beta Release PR #6252
go-algorand 4.0.2-beta Release PR #6252
Conversation
…rand#6219) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remove unused EnableOnlineAccountCatchpoints * rename EnableAccountDataResourceSeparation
…catchpointFileWriter (algorand#6240) Co-authored-by: Pavel Zbitskiy <[email protected]>
Signed-off-by: damuzhi0810 <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/beta #6252 +/- ##
============================================
- Coverage 52.04% 51.79% -0.25%
============================================
Files 649 644 -5
Lines 86459 86494 +35
============================================
- Hits 44995 44800 -195
- Misses 38615 38828 +213
- Partials 2849 2866 +17 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commits list LGTM
Overview
This release fixes an occasional issue with catchpoint file consistency. Additionally, a change to requesting block headers from the API was included, to fix issues generating downstream SDKs.
What's New
Changelog
Enhancements
Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources