Skip to content

go-algorand 4.6.0-beta Release PR#6575

Closed
Algo-devops-service wants to merge 27 commits intoalgorand:rel/betafrom
Algo-devops-service:relbeta4.6.0
Closed

go-algorand 4.6.0-beta Release PR#6575
Algo-devops-service wants to merge 27 commits intoalgorand:rel/betafrom
Algo-devops-service:relbeta4.6.0

Conversation

@Algo-devops-service
Copy link
Copy Markdown
Contributor

@Algo-devops-service Algo-devops-service commented Mar 5, 2026

GitHub Logo

Overview

What's New

Changelog

Enhancements

  • API: Incorporate deltas in presenting paginated view of assets or applications (#6559)
  • API: add OnlineCirculation to GetSupply (#6322)
  • API: New pagination endpoint for applications (#6552)
  • API: Enhance /v2/accounts to conditionally exclude app and asset parameters (#6547)
  • Agreement: implement TODO in broadcast/relay actions (#6551)
  • Build: add golangci-lint format into make fmt (#6549)
  • Network: adjust pubsub params (#6569)
  • Network: don't listen if IncomingConnectionsLimit == 0 (#6568)
  • Network: silently fall back if uncompressed vote received for stateless decoder (#6495)
  • Network: use specific error assertions in tests (#6544)
  • Node: collect goroutines stacks before SIGKILL (#6557)

Bugfixes

  • Kmd: fix macOS HID failures caused by Go async preemption signals (#6565)
  • Network: handle stream creation on existing conns (#6572)
  • P2p: ignore pubsub PX peers for all node modes (#6554)
  • P2p: fix StopNotify vs notifyAll deadlock on stop (#6562)
  • Tools: fix DevNet genesis hash in algokey (#6556)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

algojohnlee and others added 27 commits November 7, 2025 10:14
…meters (algorand#6547)

Co-authored-by: cce <51567+cce@users.noreply.github.com>
Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
…lications (algorand#6559)

Co-authored-by: John Jannotti <jannotti@gmail.com>
Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 5, 2026

Codecov Report

❌ Patch coverage is 52.85505% with 322 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.85%. Comparing base (5ae5c5a) to head (80f9086).
⚠️ Report is 11 commits behind head on rel/beta.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
daemon/algod/api/server/v2/handlers.go 0.00% 91 Missing ⚠️
...ver/v2/generated/nonparticipating/public/routes.go 0.00% 38 Missing ⚠️
ledger/acctupdates.go 79.76% 24 Missing and 11 partials ⚠️
network/p2pNetwork.go 32.50% 24 Missing and 3 partials ⚠️
network/p2p/streams.go 51.06% 22 Missing and 1 partial ⚠️
nodecontrol/NodeController.go 0.00% 23 Missing ⚠️
network/p2p/p2p.go 73.01% 16 Missing and 1 partial ⚠️
libgoal/libgoal.go 0.00% 13 Missing ⚠️
daemon/algod/api/server/v2/account.go 42.85% 6 Missing and 6 partials ⚠️
daemon/algod/api/server/v2/dryrun.go 60.71% 8 Missing and 3 partials ⚠️
... and 11 more

❗ There is a different number of reports uploaded between BASE (5ae5c5a) and HEAD (80f9086). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (5ae5c5a) HEAD (80f9086)
full_coverage 4 0
Additional details and impacted files
@@              Coverage Diff              @@
##           rel/beta    #6575       +/-   ##
=============================================
- Coverage     61.80%   47.85%   -13.95%     
=============================================
  Files           484      646      +162     
  Lines         67520    88226    +20706     
=============================================
+ Hits          41730    42224      +494     
- Misses        22224    43216    +20992     
+ Partials       3566     2786      -780     
Flag Coverage Δ
full_coverage ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Algo-devops-service Algo-devops-service deleted the relbeta4.6.0 branch March 10, 2026 19:16
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.

7 participants