go-algorand 4.0.0-beta Release PR#6208
Merged
algojohnlee merged 18 commits intoalgorand:rel/betafrom Dec 20, 2024
Merged
Conversation
…and#6179) Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Signed-off-by: hishope <csqiye@126.com>
Signed-off-by: needsure <qinzhipeng@outlook.com>
…ledge Proofs (algorand#5978) Co-authored-by: John Jannotti <jannotti@gmail.com>
Co-authored-by: cce <51567+cce@users.noreply.github.com> Co-authored-by: Gary Malouf <982483+gmalouf@users.noreply.github.com>
…#6203) 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>
…napshot files (algorand#6177) Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
…nor. (algorand#6207) Co-authored-by: cce <51567+cce@users.noreply.github.com>
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. |
gmalouf
approved these changes
Dec 20, 2024
jannotti
approved these changes
Dec 20, 2024
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 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
mapsandsliceswith stdlib (#6179)Bugfixes
Other
Additional Resources