-
Notifications
You must be signed in to change notification settings - Fork 472
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.19.0-stable Release PR #5793
go-algorand 3.19.0-stable Release PR #5793
Conversation
Co-authored-by: itennenhouse <[email protected]>
Co-authored-by: shiqizng <[email protected]> Co-authored-by: Ian Suvak <[email protected]> Co-authored-by: Pavel Zbitskiy <[email protected]>
Co-authored-by: Nickolai Zeldovich <[email protected]> Co-authored-by: cce <[email protected]>
Co-authored-by: Zeph Grunschlag <[email protected]> Co-authored-by: cce <[email protected]>
…creation (algorand#5672) goal network pregen [-p] [-t]: Generates genesis.json, root and part keys based on the template file [-t]. [-p] (pregendir) is where the genesis files are saved (since this is an inherited required flag), and it must be empty or command will error. goal network create [-r] [-t] [-p]: Imports files from pregendir to networkDir. Importing keys was already possible, but this explicitly copies over the keys from another directory, because network directories are wiped if there is an error during creation.
…lgorand#5774) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Jannotti <[email protected]>
Co-authored-by: John Jannotti <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chris erway <[email protected]>
…ng (algorand#5701) Co-authored-by: cce <[email protected]> Co-authored-by: Nickolai Zeldovich <[email protected]> Co-authored-by: Pavel Zbitskiy <[email protected]> Co-authored-by: John Jannotti <[email protected]> Co-authored-by: Jason Paulos <[email protected]>
Codecov Report
@@ Coverage Diff @@
## rel/stable #5793 +/- ##
==============================================
- Coverage 55.90% 55.54% -0.37%
==============================================
Files 470 473 +3
Lines 65138 66815 +1677
==============================================
+ Hits 36416 37110 +694
- Misses 26318 27188 +870
- Partials 2404 2517 +113
... and 28 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.
Commits list looks OK to me.
Maybe to move config: Add MaxBlockHistoryLookback option
to release highlights?
Overview
In this release we add support for hot and cold data directories for algod, enhance the simulate endpoint by returning app initial states, and speed up starting up private networks by allowing pre-generation of keys. Backend support for future features are also included - stay tuned!
What's New
Changelog
New Features
Enhancements
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.
Additional Resources