go-algorand 3.12.0-stable Release PR#4783
Closed
Algo-devops-service wants to merge 29 commits into
Closed
Conversation
* 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 <michaeldiamant@users.noreply.github.com>
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 |
algorandskiy
approved these changes
Nov 14, 2022
Contributor
algorandskiy
left a comment
There was a problem hiding this comment.
Commits list looks right
This file contains hidden or 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
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