-
Notifications
You must be signed in to change notification settings - Fork 479
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 4.0.0-beta Release PR #6208
Merged
algojohnlee
merged 18 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta4.0.0
Dec 20, 2024
Merged
go-algorand 4.0.0-beta Release PR #6208
algojohnlee
merged 18 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta4.0.0
Dec 20, 2024
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
…and#6179) Signed-off-by: Eng Zer Jun <[email protected]>
Signed-off-by: hishope <[email protected]>
Signed-off-by: needsure <[email protected]>
…ledge Proofs (algorand#5978) Co-authored-by: John Jannotti <[email protected]>
Co-authored-by: cce <[email protected]> Co-authored-by: Gary Malouf <[email protected]>
…#6203) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Malouf <[email protected]>
…napshot files (algorand#6177) Co-authored-by: Pavel Zbitskiy <[email protected]>
…nor. (algorand#6207) Co-authored-by: cce <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/beta #6208 +/- ##
============================================
+ Coverage 51.87% 51.91% +0.04%
============================================
Files 639 643 +4
Lines 85492 86234 +742
============================================
+ Hits 44352 44772 +420
- Misses 38327 38597 +270
- Partials 2813 2865 +52 ☔ View full report in Codecov by Sentry. |
onetechnical
requested review from
algorandskiy,
jannotti,
cce,
gmalouf and
ohill
December 20, 2024 19:29
gmalouf
approved these changes
Dec 20, 2024
jannotti
approved these changes
Dec 20, 2024
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 introduces consensus participation incentives natively in the Algorand Protocol. Payout percentages, Min/Max Balance requirements, validator behavior thresholds, and more can be found here.
What's New
Protocol Upgrade
This release contains a protocol upgrade.
Changelog
Enhancements
maps
andslices
with stdlib (#6179)Bugfixes
Other
Additional Resources