-
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.1-stable Release PR #5465
Merged
algojohnlee
merged 137 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.16.1
Jun 12, 2023
Merged
go-algorand 3.16.1-stable Release PR #5465
algojohnlee
merged 137 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.16.1
Jun 12, 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
Co-authored-by: Bob Broderick <[email protected]> Co-authored-by: Hang Su <[email protected]>
Nodes aggregate and save state proof information to be able to recover a stalled state proof subchain. In case of a problem nodes will not lose old state proof data so it will be possible to recover the stalled state proof chain. Data being saved: * state proof builder state is persisted * a new state proof verification tracker also persists some state proof related data from block headers Co-authored-by: Or Aharonee <[email protected]> Co-authored-by: Almog Tal <[email protected]> Co-authored-by: Jonathan Weiss <[email protected]> Co-authored-by: Pavel Zbitskiy <[email protected]>
Add a `/ready` readiness probe endpoint for kubernetes deployments
…dget` (algorand#5407) extra more double plus good
…5409) Co-authored-by: Zeph Grunschlag <[email protected]>
Co-authored-by: Zeph Grunschlag <[email protected]>
Codecov Report
@@ Coverage Diff @@
## rel/stable #5465 +/- ##
==============================================
+ Coverage 54.27% 56.03% +1.76%
==============================================
Files 443 451 +8
Lines 55057 63301 +8244
==============================================
+ Hits 29880 35473 +5593
- Misses 22851 25401 +2550
- Partials 2326 2427 +101
... and 334 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algorandskiy
approved these changes
Jun 12, 2023
winder
approved these changes
Jun 12, 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.
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)go mod tidy
+ 2.diffutils
when mac OS (#5398)--allow-extra-opcode-budget
to--allow-more-opcode-budget
(#5407)Bugfixes
goal clerk simulate
(#5259)config/
(#5416)dd
argument to use a bytes value (#5263)Additional Resources