-
Notifications
You must be signed in to change notification settings - Fork 472
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.12.0-stable Release PR #4783
Closed
Algo-devops-service
wants to merge
29
commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.12.0
Closed
go-algorand 3.12.0-stable Release PR #4783
Algo-devops-service
wants to merge
29
commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.12.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
* bump max size of teal source and dryrun
* lint: enable go vet printf format arg checks for logging * add more printf functions * run gofmt and govet on test code
add match opcode along with assembler and eval unit tests implementation of match, pushints, and pushbytess add docs for pushints and pushbytess
Co-authored-by: Michael Diamant <[email protected]>
v36 consensus upgrade
Codecov Report
@@ Coverage Diff @@
## rel/stable #4783 +/- ##
==============================================
+ Coverage 54.46% 54.72% +0.26%
==============================================
Files 410 417 +7
Lines 52409 53534 +1125
==============================================
+ Hits 28546 29299 +753
- Misses 21504 21837 +333
- Partials 2359 2398 +39
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
onetechnical
requested review from
a team,
algorandskiy,
jannotti,
michaeldiamant,
winder and
id-ms
and removed request for
a team
November 11, 2022 04:01
algorandskiy
approved these changes
Nov 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commits list looks right
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/44fa607d6051730f5264526bf3c108d51f0eadb6
The keys used to sign the release packages have been renewed.
See the instructions below on how to update for a specific system
What's New
switch
,match
, and frame pointer opcodes are now available. These enable more efficient TEAL programs in terms of program length and computation.Protocol Upgrade
This release contains a protocol upgrade.
Changelog
New Features
Enhancements
Bugfixes
Activations (previously in vFuture)
Additional Resources
How to Update Signing Key
Debian/Ubuntu
RHEL/RPM