-
Notifications
You must be signed in to change notification settings - Fork 487
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.1-stable Release PR #6226
Merged
algojohnlee
merged 31 commits into
algorand:rel/stable
from
Algo-devops-service:relstable4.0.1
Jan 10, 2025
Merged
go-algorand 4.0.1-stable Release PR #6226
algojohnlee
merged 31 commits into
algorand:rel/stable
from
Algo-devops-service:relstable4.0.1
Jan 10, 2025
+15,829
−3,053
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 <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>
…beta Dev Tools: remove lnav dependency from beta branch
onetechnical
requested review from
jannotti,
algorandskiy,
cce,
gmalouf and
ohill
and removed request for
jannotti and
algorandskiy
January 10, 2025 16:14
gmalouf
approved these changes
Jan 10, 2025
algorandskiy
approved these changes
Jan 10, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/stable #6226 +/- ##
==============================================
- Coverage 52.08% 52.04% -0.05%
==============================================
Files 645 649 +4
Lines 85569 86459 +890
==============================================
+ Hits 44570 44995 +425
- Misses 38206 38615 +409
- Partials 2793 2849 +56 ☔ View full report in Codecov by Sentry. |
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. Specific parameters setting the payout percentages, Min/Max Balance requirements, validator behavior thresholds, and more can be found here.
To learn about the rationale and technical implementation of payouts, suspensions, and heartbeats, check out the dedicated README.
What's New
Protocol Upgrade
This release contains a protocol upgrade.
Changelog
Enhancements
maps
andslices
with stdlib (#6179)Bugfixes
Other
Additional Resources