-
Notifications
You must be signed in to change notification settings - Fork 469
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.18.0-stable Release PR #5722
go-algorand 3.18.0-stable Release PR #5722
Conversation
Co-authored-by: AlgoAxel <[email protected]>
Co-authored-by: Nickolai Zeldovich <[email protected]> Co-authored-by: chris erway <[email protected]> Co-authored-by: cce <[email protected]> Co-authored-by: Pavel Zbitskiy <[email protected]>
Codecov Report
@@ Coverage Diff @@
## rel/stable #5722 +/- ##
==============================================
- Coverage 56.46% 55.18% -1.29%
==============================================
Files 450 466 +16
Lines 63541 65083 +1542
==============================================
+ Hits 35881 35918 +37
- Misses 25270 26776 +1506
+ Partials 2390 2389 -1
... and 20 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -20,7 +20,7 @@ | |||
package config | |||
|
|||
var defaultLocal = Local{ | |||
Version: 28, | |||
Version: 30, |
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.
Jump from 28 to 30, oh well!
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.
I think we cut this release multiple times, so folks bumped thinking it was a following release.
} | ||
|
||
var errTxGroupInvalidFee = errors.New("txgroup fee requirement overflow") | ||
var errTxGroupInsuffientLsigBudget = errors.New("txgroup lsig expectations exceed available budget") |
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.
@jannotti did you mean to use this error at one point?
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.
I removed the "lsig expectations" idea. So this error should be removed entirely. I'll make a PR. (The release is fine to go ahead.)
And I spelled it wrong!
Overview
Go-Algorand 3.18.0 is a minor release introducing the ability for unnamed resources to be referenced from simulated transaction groups. The release also contains minor enhancements and bug fixes.
What's New
/v2/blocks/{round}/txids
endpoint. With this, you can now retrieve top level Transaction ID's in a given block. (#5611)DisableAPIAuth
configuration option to make Algod's public API endpoints accessible without providing an Authentication token. (#5625)Known Issue
Raspberry Pi ARM32 support is not available in this release due to compile issues. Please continue to use older versions in the mean time.
Changelog
New Features
Enhancements
global
fields to TEAL that return MBR for asset create/optin (#5680)--full-trace
keeps track of everything in exec trace (#5609)Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
NOTE
vFuture changes are not yet available in MainNet or TestNet but can be used in private networks.
global
fields to TEAL that return MBR for asset create/optin (#5680)Additional Resources