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.23.0-beta Release PR #5950

Merged
merged 19 commits into from
Mar 8, 2024

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Mar 8, 2024

GitHub Logo

Overview

This release is focused on providing the necessary software functionality for non-archival relays on the network. It includes promoting archival nodes to first class citizens that can be resolved as their own class of nodes.

What's New

  • Full support for non-archival relay nodes
  • SRV record resolution of dedicated archival nodes

Changelog

New Features

  • Network: Class-based Peer Selector (#5937)

Enhancements

  • Archival Support: Remove configurable support for catching up from "archivers" (#5920)
  • Blocks: Bump min to save based on catchpoint support (#5927)
  • Feat: add support to display mnemonic discreetly for algokey generate (#5886)
  • Netgoal: Use --last-part-key-round when generating a goalnet template (#5912)
  • Network: Support simple liveness check via http on gossip server port. (#5944)
  • Network: Archival node DNS Resolution (#5940)
  • Build: Upgrade to Go 1.20.14

Bugfixes

  • Cicd: fix package signing issues (#5934)
  • Network: use network context for DNS operations in readFromSRV (#5936)

Protocol Upgrade

This release does not contain a protocol upgrade.


Additional Resources

dependabot bot and others added 19 commits January 24, 2024 12:06
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rchivers" (algorand#5920)

Co-authored-by: John Jannotti <jannotti@gmail.com>
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 70.83333% with 63 lines in your changes are missing coverage. Please review.

Project coverage is 55.72%. Comparing base (eb702d4) to head (3850662).

Files Patch % Lines
catchup/catchpointService.go 6.89% 27 Missing ⚠️
catchup/service.go 69.04% 12 Missing and 1 partial ⚠️
cmd/algokey/generate.go 14.28% 6 Missing ⚠️
network/wsNetwork.go 83.33% 4 Missing and 1 partial ⚠️
cmd/algokey/common.go 55.55% 2 Missing and 2 partials ⚠️
catchup/classBasedPeerSelector.go 96.77% 1 Missing and 1 partial ⚠️
node/follower_node.go 0.00% 1 Missing and 1 partial ⚠️
node/node.go 0.00% 1 Missing and 1 partial ⚠️
tools/network/bootstrap.go 85.71% 1 Missing ⚠️
tools/network/telemetryURIUpdateService.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rel/beta    #5950      +/-   ##
============================================
- Coverage     56.43%   55.72%   -0.71%     
============================================
  Files           482      489       +7     
  Lines         67664    68111     +447     
============================================
- Hits          38183    37952     -231     
- Misses        26914    27591     +677     
- Partials       2567     2568       +1     

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

@algogm algogm merged commit 58fea01 into algorand:rel/beta Mar 8, 2024
16 checks passed
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.