go-algorand 5.0.0-stable Release PR - #6702
Merged
algojohnlee merged 69 commits intoAug 10, 2026
Merged
Conversation
Co-authored-by: John Jannotti <jannotti@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: giulio <giuliop@gmail.com>
Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> Co-authored-by: John Jannotti <jannotti@gmail.com>
…lgorand#6674) Co-authored-by: Agustin Godnic <agustingodnic@gmail.com> Co-authored-by: Paweł Pierścionek <ppierscionek@gmail.com>
Algo-devops-service
requested review from
algorandskiy,
cce,
jannotti and
onetechnical
August 7, 2026 20:12
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/stable #6702 +/- ##
==============================================
- Coverage 63.49% 60.36% -3.13%
==============================================
Files 486 639 +153
Lines 68814 87719 +18905
==============================================
+ Hits 43694 52955 +9261
- Misses 21544 31370 +9826
+ Partials 3576 3394 -182
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
algorandskiy
approved these changes
Aug 7, 2026
jannotti
approved these changes
Aug 7, 2026
nullun
approved these changes
Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This consensus upgrade release brings post-quantum (Falcon-1024) account signatures, support for larger "big" transactions with per-byte fee pricing, support for larger app sizes, and AVM v13. It also removes the long-deprecated
dryrunREST endpoint andtealdbgtool in favor ofsimulate.What's New
algokey pqcommands for PQ key managementposeidon2hash function,app_params_set, new box params and "foreign" box opcodes, variable-length branches, and automatic salting of v13 programs to avoid on-curve LogicSig hashesGET /v2/node/peersendpoint andgoal node peerscommanddryrunandtealdbg(usesimulateinstead)Protocol Upgrade
This release contains a protocol upgrade.
Indexer and conduit runners will need to update their installations to support the new consensus upgrade. You can find binaries here:
Conduit:
https://github.com/algorand/conduit/releases/tag/v1.10.0
Indexer:
https://github.com/algorand/indexer/releases/tag/v3.10.0
Changelog
New Features
Enhancements
GET /v2/node/peersendpoint andgoal node peerscommand (#6674)go env, not $GOPATH (#6638)Bugfixes
Additional Resources