-
Notifications
You must be signed in to change notification settings - Fork 474
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.2-stable Release PR #4837
Merged
algojohnlee
merged 78 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.12.2
Nov 28, 2022
Merged
go-algorand 3.12.2-stable Release PR #4837
algojohnlee
merged 78 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.12.2
Nov 28, 2022
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 <michaeldiamant@users.noreply.github.com>
v36 consensus upgrade
…11.3-remerge mergeback: Relstable3.11.3 remerge
* add txHandler backlog error reason counters * add txHandler backlog size gauge * add txsync counters * add TX, AV, PP, MI counters to DisconnectPeerEventDetails and PeerConnectionDetails Co-authored-by: chris erway <chris.erway@algorand.com>
* Add the kv hashes into the trie * Periodically commit, and report proper stats
… to handle staging tables and KVs (algorand#4802) * update catchpointdump 'database' and 'database check' commands to handle staging tables and KVs * address CR comments
Codecov Report
@@ Coverage Diff @@
## rel/stable #4837 +/- ##
==============================================
+ Coverage 54.46% 54.67% +0.20%
==============================================
Files 410 421 +11
Lines 52409 53790 +1381
==============================================
+ Hits 28546 29409 +863
- Misses 21504 21968 +464
- Partials 2359 2413 +54
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
onetechnical
approved these changes
Nov 28, 2022
michaeldiamant
approved these changes
Nov 28, 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.
Release notes look accurate to me - extends #4783 as expected.
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.Changelog
New Features
Enhancements
V2
prefix from APIs (#4767)Bugfixes
PendingTransaction
information (#4754)Activations (previously in vFuture)
Additional Resources
How to Update Signing Key
Debian/Ubuntu
RHEL/RPM