go-algorand 3.15.0-stable Release PR#5218
Merged
algojohnlee merged 84 commits intoalgorand:rel/stablefrom Mar 20, 2023
Merged
Conversation
Co-authored-by: cce <cce@algorand.com>
* remove duped word * change needs to be in README_in
Co-authored-by: cce <51567+cce@users.noreply.github.com>
Co-authored-by: chris erway <chris.erway@algorand.com>
Co-authored-by: algochoi <86622919+algochoi@users.noreply.github.com>
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 |
algobarb
approved these changes
Mar 17, 2023
Contributor
algobarb
left a comment
There was a problem hiding this comment.
LGTM - commits match beta release PR
algorandskiy
approved these changes
Mar 17, 2023
This file contains hidden or 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
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
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 catchupfunctionality 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 thecatchupcommand. Please revisit any automation around fast-catchup a node and ensure they are properly adapted.What's New
PublicAddressconfig.json value to its public endpoint address (eq. to SRV address including port number) to optimize its bandwidth usagegoal network create --rootdir "ANY_DIRECTORY" --startwill 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
EvalTracerdesign and improve testing for failures (#5071)agreement/type.gocomment, numbers are not matching (#5186)Bugfixes
flushPendingWritewarning 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