-
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-beta Release PR #5687
Closed
Algo-devops-service
wants to merge
9
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.18.0
Closed
go-algorand 3.18.0-beta Release PR #5687
Algo-devops-service
wants to merge
9
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.18.0
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
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/beta #5687 +/- ##
============================================
- Coverage 55.85% 55.17% -0.69%
============================================
Files 469 466 -3
Lines 65022 65084 +62
============================================
- Hits 36321 35908 -413
- Misses 26286 26790 +504
+ Partials 2415 2386 -29
... and 38 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
onetechnical
requested review from
winder,
gmalouf,
algorandskiy,
bbroder-algo,
a team,
onetechnical,
excalq,
algobarb and
jsgranados
August 19, 2023 01:55
gmalouf
approved these changes
Aug 19, 2023
algorandskiy
approved these changes
Aug 21, 2023
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.
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)Changelog
New Features
Enhancements
--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