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 3.20.1-beta Release PR #5849

Merged
merged 9 commits into from
Nov 29, 2023

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Nov 29, 2023

GitHub Logo

Overview

Optimizations and a bug fix for catchup.

Changelog

Enhancements

  • Cgo: Properly manage memory passing from cgo to go on Batch Verifiers (#5700)
  • Chore: Cut out some useless allocations when computing payset commitments (#5840)
  • Chore: Remove one allocate per hash by using generics. (#5829)
  • Config: add EnableGossipService option (#5832)

Bug Fix

  • Catchup: Fix empty cert if ledger already has a block (#5846)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources


NOTE
vFuture changes are not yet available in MainNet or TestNet but can be used in private networks.

  • State Proofs: add block hash to LightBlockHeader (#5663)

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (c724cd3) 56.28% compared to head (89254b4) 55.86%.

Files Patch % Lines
crypto/curve25519.go 33.33% 4 Missing and 4 partials ⚠️
config/consensus.go 12.50% 7 Missing ⚠️
cmd/goal/application.go 0.00% 4 Missing ⚠️
data/bookkeeping/lightBlockHeader.go 57.14% 1 Missing and 2 partials ⚠️
network/wsNetwork.go 40.00% 2 Missing and 1 partial ⚠️
catchup/catchpointService.go 71.42% 2 Missing ⚠️
cmd/goal/interact.go 0.00% 2 Missing ⚠️
cmd/goal/tealsign.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rel/beta    #5849      +/-   ##
============================================
- Coverage     56.28%   55.86%   -0.42%     
============================================
  Files           481      477       -4     
  Lines         67278    67259      -19     
============================================
- Hits          37866    37577     -289     
- Misses        26883    27134     +251     
- Partials       2529     2548      +19     

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

@algojohnlee algojohnlee merged commit 14c0d8d into algorand:rel/beta Nov 29, 2023
16 checks passed
@onetechnical onetechnical deleted the relbeta3.20.1 branch November 29, 2023 17:53
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.

None yet

8 participants