go-algorand 4.5.0-beta Release PR#6537
Merged
algojohnlee merged 36 commits intoalgorand:rel/betafrom Jan 31, 2026
Merged
Conversation
Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Co-authored-by: Gary Malouf <982483+gmalouf@users.noreply.github.com> Co-authored-by: cce <51567+cce@users.noreply.github.com>
…#6502) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Malouf <982483+gmalouf@users.noreply.github.com>
… auth… (algorand#6504) Co-authored-by: John Jannotti <jannotti@gmail.com>
Remove ddconfig.sh, tealcut, commandandcontrol (cc_agent, cc_client, cc_service) Stop packaging carpenter, catchupsrv, doberman
…orand#6507) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Malouf <982483+gmalouf@users.noreply.github.com>
* added a new TxBacklogAppRateLimitingCongestionPct=10 config value * do not penalize wsnet outgoing connections * do not penalize TxnDeadError errors
Added new algod_tx_pool_reeval_{TAG} metrics that differ from the existing
txHandler's ones algod_transaction_messages_txpool_remember_err_{TAG}
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## rel/beta #6537 +/- ##
============================================
+ Coverage 47.58% 47.76% +0.17%
============================================
Files 666 655 -11
Lines 88505 87906 -599
============================================
- Hits 42115 41984 -131
+ Misses 43631 43159 -472
- Partials 2759 2763 +4 ☔ View full report in Codecov by Sentry. |
gmalouf
approved these changes
Jan 30, 2026
algorandskiy
approved these changes
Jan 31, 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 release contains several network performance improvements, primarily focused on P2P/hybrid modes.
What's New
Changelog
Enhancements
go tooland separate module file,go runto remove some build scripts (#6491)Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
NOTE
vFuture changes are not yet available in MainNet or TestNet but can be used in private networks.
Additional Resources