-
Notifications
You must be signed in to change notification settings - Fork 474
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.16.0-beta Release PR #5417
Merged
algojohnlee
merged 7 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.16.0
May 24, 2023
Merged
go-algorand 3.16.0-beta Release PR #5417
algojohnlee
merged 7 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.16.0
May 24, 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
…dget` (algorand#5407) extra more double plus good
v3.16.0-beta is not released/tagged yet, so this will be merged with the previous. |
For reference, these are the additions:
|
algorandskiy
approved these changes
May 24, 2023
winder
approved these changes
May 24, 2023
Codecov Report
@@ Coverage Diff @@
## rel/beta #5417 +/- ##
============================================
- Coverage 56.07% 51.70% -4.37%
============================================
Files 456 452 -4
Lines 63877 63853 -24
============================================
- Hits 35816 33015 -2801
- Misses 25604 28291 +2687
- Partials 2457 2547 +90
... and 144 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
This release requires a protocol upgrade.
This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/abd3d4823c6f77349fc04c3af7b1e99fe4df699f
Overview
This update includes a drop in round time of ~0.4 seconds, a robustness improvement to State Proofs, and several developer-oriented features in the AVM, simulate, and devmode.
What's New
/ready
endpoint to benefit any K8's deployment as a readiness probe. The endpoint will return a200
response code once algod has caught up to the latest state.config.json
file. There are also changes to make mounting a data directory more consistent. See DockerHub for more details.Changelog
Protocol Upgrade
This release contains a double protocol upgrade (Consensus v37 and v38). No action is needed from node runners but is called out for transparency. Consensus v37 is a technical upgrade released in unison with Consensus v38. v37 is needed to allow nodes to build up a necessary state to support State Proof related options in consensus v38.
New Features
/ready
endpoint) (#4844)Enhancements
submitForm
from go-sdk PR Add support for travis ARM64 integration tests #335 (#5253)--allow-extra-opcode-budget
to--allow-more-opcode-budget
(#5407)Bugfixes
goal clerk simulate
(#5259)dd
argument to use a bytes value (#5263)Additional Resources