Skip to content

go-algorand 4.6.0-stable Release PR#6580

Merged
algojohnlee merged 29 commits intoalgorand:rel/stablefrom
Algo-devops-service:relstable4.6.0
Mar 16, 2026
Merged

go-algorand 4.6.0-stable Release PR#6580
algojohnlee merged 29 commits intoalgorand:rel/stablefrom
Algo-devops-service:relstable4.6.0

Conversation

@Algo-devops-service
Copy link
Copy Markdown
Contributor

@Algo-devops-service Algo-devops-service commented Mar 13, 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

cce and others added 29 commits February 4, 2026 09:44
…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>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2026

Codecov Report

❌ Patch coverage is 75.22124% with 224 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.08%. Comparing base (74ffe3a) to head (c261956).
⚠️ Report is 33 commits behind head on rel/stable.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...ver/v2/generated/nonparticipating/public/routes.go 5.26% 36 Missing ⚠️
ledger/acctupdates.go 79.76% 24 Missing and 11 partials ⚠️
network/p2pNetwork.go 53.84% 21 Missing and 3 partials ⚠️
nodecontrol/NodeController.go 0.00% 23 Missing ⚠️
daemon/algod/api/server/v2/handlers.go 83.51% 10 Missing and 5 partials ⚠️
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 ⚠️
ledger/eval/prefetcher/prefetcher.go 94.35% 7 Missing and 3 partials ⚠️
daemon/kmd/wallet/driver/ledger_hid_darwin.go 0.00% 9 Missing ⚠️
... and 13 more
Additional details and impacted files
@@              Coverage Diff               @@
##           rel/stable    #6580      +/-   ##
==============================================
- Coverage       61.81%   61.08%   -0.73%     
==============================================
  Files             484      653     +169     
  Lines           67520    88423   +20903     
==============================================
+ Hits            41737    54017   +12280     
- Misses          22209    31022    +8813     
+ Partials         3574     3384     -190     
Flag Coverage Δ
full_coverage 69.74% <74.91%> (+0.09%) ⬆️

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.

@algojohnlee algojohnlee merged commit 0915527 into algorand:rel/stable Mar 16, 2026
73 checks passed
@onetechnical onetechnical deleted the relstable4.6.0 branch March 16, 2026 16:55
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