Skip to content

go-algorand 4.6.0-beta Release PR#6578

Merged
algojohnlee merged 31 commits intoalgorand:rel/betafrom
Algo-devops-service:relbeta4.6.0
Mar 10, 2026
Merged

go-algorand 4.6.0-beta Release PR#6578
algojohnlee merged 31 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 10, 2026

GitHub Logo

Overview

This release includes Algod API updates to make it easier for developers to access applications and assets along with several connection management improvements for the P2P network.

What's New

  • Paginated Applications endpoint
  • Paginated Assets and Applications endpoints incorporate deltas in their results (providing a much more realtime view) and are no longer behind the experimental flag
  • Users of /v2/accounts now have the ability to exclude app and assets parameters when querying

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)
  • Eval: Prefetch better (#6555)
  • 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)
  • Ledger: fix lookupAssetResources/lookupApplicationResources delta-merge bugs (#6577)
  • Network: fix streamManager deadlock that causes goroutine leak on P2P hybrid relays (#6576)
  • 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 30 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>
Co-authored-by: cce <51567+cce@users.noreply.github.com>
@algojohnlee algojohnlee merged commit c261956 into algorand:rel/beta Mar 10, 2026
35 checks passed
@onetechnical onetechnical deleted the relbeta4.6.0 branch March 10, 2026 20:14
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

❌ Patch coverage is 62.12291% with 339 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.93%. Comparing base (5ae5c5a) to head (18a0d98).
⚠️ Report is 43 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 44.23% 25 Missing and 4 partials ⚠️
nodecontrol/NodeController.go 0.00% 23 Missing ⚠️
network/p2p/streams.go 70.49% 16 Missing and 2 partials ⚠️
ledger/eval/prefetcher/prefetcher.go 90.39% 11 Missing and 6 partials ⚠️
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 ⚠️
... and 13 more

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

HEAD has 4 uploads less than BASE
Flag BASE (5ae5c5a) HEAD (18a0d98)
full_coverage 4 0
Additional details and impacted files
@@              Coverage Diff              @@
##           rel/beta    #6578       +/-   ##
=============================================
- Coverage     61.80%   47.93%   -13.87%     
=============================================
  Files           484      646      +162     
  Lines         67520    88331    +20811     
=============================================
+ Hits          41730    42342      +612     
- Misses        22224    43198    +20974     
+ Partials       3566     2791      -775     
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.

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.

8 participants