-
Notifications
You must be signed in to change notification settings - Fork 523
go-algorand 3.12.0-beta Release PR #4730
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-beta Release PR #4730
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
left a comment
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.
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 |
algorandskiy
left a comment
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.
Perf Test: Transaction group handle/verify (#4652)
Should not be in New Features, but AVM: Boxes should
|
@algorandskiy good call out, should be updated now. |
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