-
Notifications
You must be signed in to change notification settings - Fork 491
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.15.0-stable Release PR #5218
go-algorand 3.15.0-stable Release PR #5218
Conversation
Co-authored-by: cce <[email protected]>
* remove duped word * change needs to be in README_in
Co-authored-by: cce <[email protected]>
Co-authored-by: chris erway <[email protected]>
Codecov Report
@@ Coverage Diff @@
## rel/stable #5218 +/- ##
==============================================
- Coverage 54.29% 54.20% -0.09%
==============================================
Files 434 443 +9
Lines 54170 55052 +882
==============================================
+ Hits 29410 29843 +433
- Misses 22480 22885 +405
- Partials 2280 2324 +44
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
LGTM - commits match beta release PR
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.
Commits look good
Overview
This release includes the new simulate endpoint for evaluating transactions, networking optimizations, and lays the groundwork for better configuration management and conduit support.
goal node catchup
functionality when run with no arguments has changed. You will now be prompted to confirm the action if a catchpoint label is not fed as an argument to thecatchup
command. Please revisit any automation around fast-catchup a node and ensure they are properly adapted.What's New
PublicAddress
config.json value to its public endpoint address (eq. to SRV address including port number) to optimize its bandwidth usagegoal network create --rootdir "ANY_DIRECTORY" --start
will create and start a private network using the default private network template. This is great for testing your dApps on a private network before deploying them on a public network.Refer to our developer release article here for more information on these features!
Changelog
New Features
Enhancements
EvalTracer
design and improve testing for failures (#5071)agreement/type.go
comment, numbers are not matching (#5186)Bugfixes
flushPendingWrite
warning if disabled (#5184)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.
Additional Resources