go-algorand 3.12.0-beta Release PR#4730
Merged
algojohnlee merged 31 commits intoalgorand:rel/betafrom Nov 1, 2022
Merged
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
michaeldiamant
approved these changes
Nov 1, 2022
Contributor
michaeldiamant
left a comment
There was a problem hiding this comment.
Looks correct based on included commits.
Codecov Report
@@ Coverage Diff @@
## rel/beta #4730 +/- ##
============================================
+ Coverage 54.46% 54.58% +0.11%
============================================
Files 407 414 +7
Lines 52389 53514 +1125
============================================
+ Hits 28536 29209 +673
- Misses 21477 21878 +401
- Partials 2376 2427 +51
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algoanne
approved these changes
Nov 1, 2022
algorandskiy
requested changes
Nov 1, 2022
Contributor
algorandskiy
left a comment
There was a problem hiding this comment.
Perf Test: Transaction group handle/verify (#4652)
Should not be in New Features, but AVM: Boxes should
Contributor
|
@algorandskiy good call out, should be updated now. |
algorandskiy
approved these changes
Nov 1, 2022
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