-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-algorand 3.17.0-beta Release PR #5601
Merged
algojohnlee
merged 21 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.17.0
Jul 25, 2023
Merged
go-algorand 3.17.0-beta Release PR #5601
algojohnlee
merged 21 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.17.0
Jul 25, 2023
Conversation
This file contains 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
…cking & generation (algorand#5579) Co-authored-by: Pavel Zbitskiy <[email protected]>
Co-authored-by: Will Winder <[email protected]>
Codecov Report
@@ Coverage Diff @@
## rel/beta #5601 +/- ##
============================================
- Coverage 56.51% 55.76% -0.75%
============================================
Files 450 446 -4
Lines 63324 63490 +166
============================================
- Hits 35787 35407 -380
- Misses 25149 25704 +555
+ Partials 2388 2379 -9
... and 33 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
onetechnical
requested review from
a team,
winder,
gmalouf and
algorandskiy
and removed request for
a team
July 24, 2023 20:08
algobarb
approved these changes
Jul 24, 2023
algorandskiy
approved these changes
Jul 24, 2023
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
Go-algorand 3.17.0 is a maintenance release that fixes some minor issues, cleans up stale code, upgrades the Algod client to Go version
1.20
, and introduces enhancements such as backup DNS bootstrap support and initial PC trace support.What's New
1.20
, a change that improves the security and performance of internal Algod functionality.Changelog
New Features
Enhancements
Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources