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

[DO NOT USE/MERGE] go-algorand 3.23.0-stable Release PR Draft #5957

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Mar 14, 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary <982483+gmalouf@users.noreply.github.com>
Co-authored-by: John Jannotti <jannotti@gmail.com>
Co-authored-by: nullun <nullun@users.noreply.github.com>
Co-authored-by: John Lee <64482439+algojohnlee@users.noreply.github.com>
Co-authored-by: Halimao <1065621723@qq.com>
Co-authored-by: John Lee <john.lee@algorand.com>
Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
Co-authored-by: cce <51567+cce@users.noreply.github.com>
Co-authored-by: ohill <145173879+ohill@users.noreply.github.com>
@gmalouf gmalouf self-assigned this Mar 14, 2024
@gmalouf gmalouf requested review from a team and onetechnical March 14, 2024 17:15
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

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

Project coverage is 56.16%. Comparing base (08407ca) to head (58fea01).

❗ Current head 58fea01 differs from pull request most recent head 7ae50a1. Consider uploading reports for the commit 7ae50a1 to get more accurate results

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 ⚠️
tools/network/bootstrap.go 85.71% 1 Missing ⚠️
tools/network/telemetryURIUpdateService.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           rel/stable    #5957      +/-   ##
==============================================
- Coverage       56.45%   56.16%   -0.29%     
==============================================
  Files             482      493      +11     
  Lines           67664    68162     +498     
==============================================
+ Hits            38200    38286      +86     
- Misses          26904    27306     +402     
- Partials         2560     2570      +10     

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

@gmalouf gmalouf changed the title go-algorand 3.23.0-stable Release PR [DO NOT USE/MERGE] go-algorand 3.23.0-stable Release PR Draft Mar 14, 2024
@gmalouf gmalouf closed this Mar 14, 2024
@Algo-devops-service Algo-devops-service deleted the relstable3.23.0 branch March 14, 2024 18:05
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

9 participants