-
Notifications
You must be signed in to change notification settings - Fork 474
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-beta Release PR #5784
Merged
algojohnlee
merged 63 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.19.0
Oct 14, 2023
Merged
go-algorand 3.19.0-beta Release PR #5784
algojohnlee
merged 63 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.19.0
Oct 14, 2023
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: 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]>
onetechnical
requested review from
gmalouf,
winder,
jannotti,
jasonpaulos and
ohill
October 13, 2023 20:43
gmalouf
approved these changes
Oct 13, 2023
Codecov Report
@@ Coverage Diff @@
## rel/beta #5784 +/- ##
============================================
- Coverage 55.83% 55.51% -0.33%
============================================
Files 470 473 +3
Lines 65138 66815 +1677
============================================
+ Hits 36372 37094 +722
- Misses 26351 27200 +849
- Partials 2415 2521 +106
... and 30 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
jasonpaulos
approved these changes
Oct 13, 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
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