-
Notifications
You must be signed in to change notification settings - Fork 471
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 #5382
Closed
Algo-devops-service
wants to merge
100
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.16.0
Closed
go-algorand 3.16.0-beta Release PR #5382
Algo-devops-service
wants to merge
100
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.16.0
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 <118225939+bbroder-algo@users.noreply.github.com> Co-authored-by: Hang Su <87964331+ahangsu@users.noreply.github.com>
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 <17099688+Aharonee@users.noreply.github.com> Co-authored-by: Almog Tal <107349997+almog-t@users.noreply.github.com> Co-authored-by: Jonathan Weiss <85506383+algonathan@users.noreply.github.com> Co-authored-by: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com>
Add a `/ready` readiness probe endpoint for kubernetes deployments
…at were found in the pool (algorand#5295)
New approach that allows resource opcodes to maintain compatibility in v9, which allows group resource sharing. Obsoletes a prior approach that deprecated a slew of opcodes and made new ones that could not access by static array slot.
…nd#5354) Moar opcode budget
Co-authored-by: John Jannotti <jannotti@gmail.com> Co-authored-by: Bob Broderick <118225939+bbroder-algo@users.noreply.github.com>
Co-authored-by: algobarb <78746954+algobarb@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## rel/beta #5382 +/- ##
============================================
+ Coverage 53.57% 55.37% +1.80%
============================================
Files 430 452 +22
Lines 54130 63643 +9513
============================================
+ Hits 28998 35243 +6245
- Misses 22889 25990 +3101
- Partials 2243 2410 +167
... and 333 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.
Overview
What's New
Protocol Upgrade
This release contains a protocol upgrade.
Changelog
New Features
Enhancements
submitForm
from go-sdk PR Add support for travis ARM64 integration tests #335 (#5253)/ready
endpoint) (#4844)Bugfixes
goal clerk simulate
(#5259)dd
argument to use a bytes value (#5263)Additional Resources