go-algorand 4.5.1-stable Release PR#6550
Merged
algojohnlee merged 44 commits intoalgorand:rel/stablefrom Feb 9, 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/stable #6550 +/- ##
==============================================
+ Coverage 47.54% 47.79% +0.24%
==============================================
Files 666 645 -21
Lines 88505 87792 -713
==============================================
- Hits 42083 41957 -126
+ Misses 43663 43093 -570
+ Partials 2759 2742 -17 ☔ View full report in Codecov by Sentry. |
algorandskiy
approved these changes
Feb 6, 2026
gmalouf
approved these changes
Feb 6, 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