-
Notifications
You must be signed in to change notification settings - Fork 524
go-algorand 3.18.0-beta Release PR #5676
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 #5676
Conversation
Co-authored-by: chris erway <[email protected]>
…lgorand#5647) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#5673) The catchup code had a race where, upon seeing an unsupported block in the future, the catchup logic would cancel the current pipeline of block fetches. Depending on the timing, this might either make some progress or not fetch any blocks at all. The new logic is more deterministic: it tries to always fetch all blocks up until the last supported block, and when the ledger reaches the last supported block, the catchup service stops.
Codecov Report
@@ Coverage Diff @@
## rel/beta #5676 +/- ##
============================================
- Coverage 56.48% 55.11% -1.37%
============================================
Files 450 465 +15
Lines 63541 65011 +1470
============================================
- Hits 35889 35832 -57
- Misses 25260 26781 +1521
- Partials 2392 2398 +6
... and 20 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algobarb
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.
The git commits and summary looks good to me.
|
Closing, will need to create a new PR as an addition to the release has been requested. |
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}/txidsendpoint. With this, you can now retrieve top level Transaction ID's in a given block. (#5611)DisableAPIAuthconfiguration option to make Algod's public API endpoints accessible without providing an Authentication token. (#5625)Changelog
New Features
Enhancements
--full-tracekeeps track of everything in exec trace (#5609)Bugfixes
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources