Skip to content
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 #6254

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Feb 13, 2025

GitHub Logo

Overview

This release is a follow-up to v4.0.1. It 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

  • Update to catchpoint generation
  • Move block header requests to block endpoint and make cert and paysets optional
  • Devmode: zero out ProposerPayout when Proposer not set

Changelog

Enhancements

  • Build: upgrade minimum MacOS version to 13 (#6223)
  • Catchpoints: log ledger download failures (#6227)
  • Comments: Correct deadline comment issue#6201 (#6241)
  • Db: Remove AtomicContextWithRetryClearFn, rename to AtomicContext (#6231)
  • P2p: exclude self from GetPeers results (#6132)
  • Refactor: using slices.Contains to simplify the code (#6234)
  • Tests: add catchpoint downloading/parsing to e2e catchup tests (#6224)

Bugfixes

  • API: Block Header API Revamp (#6248)
  • API: Explicitly set the x-algorand-format for BlockHeaderResponse to 'Bloc… (#6247)
  • Catchpoints: add accountsRound check against R-320 horizon values to catchpointFileWriter (#6240)
  • Devmode: Zero out ProposerPayout when Proposer is not set (which i… (#6239)
  • Tests: Don't fail for heartbeat in same block as proposal (#6229)
  • Tests: Moar unflaky (#6228)
  • Catchpoints: move logic in readDatabaseStep to reusable catchpointOnlineAccountsIterWrapper (#6253)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

@algojohnlee algojohnlee merged commit d94b696 into algorand:rel/beta Feb 13, 2025
15 checks passed
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

Attention: Patch coverage is 76.92308% with 6 lines in your changes missing coverage. Please review.

Project coverage is 49.61%. Comparing base (04909c4) to head (2a2d6d1).
Report is 4 commits behind head on rel/beta.

Files with missing lines Patch % Lines
ledger/catchpointfilewriter.go 76.00% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rel/beta    #6254      +/-   ##
============================================
- Coverage     51.99%   49.61%   -2.39%     
============================================
  Files           650      644       -6     
  Lines         86571    86511      -60     
============================================
- Hits          45015    42922    -2093     
- Misses        38707    40718    +2011     
- Partials       2849     2871      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@onetechnical onetechnical deleted the relbeta4.0.2 branch February 13, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants