-
Notifications
You must be signed in to change notification settings - Fork 493
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.8.0-beta Release PR #4153
go-algorand 3.8.0-beta Release PR #4153
Conversation
…orand#4002) * Migrate goal account commands to REST API (algorand#3916) * PKI: 3924 handle stateproof in rest api goal (algorand#3950) Some additional refactoring: * Remove Node Key Monitoring Function * Removes function which calls loadParticipationKeys() every 60 seconds since MakeFull() for the FullNode does the same thing Co-authored-by: Will Winder <wwinder.unh@gmail.com>
* Allow app downgrades in old protocol versions * Tweak comments to reflect MinInnerApplVersion better. * Update ledger/internal/apptxn_test.go Co-authored-by: John Jannotti <jannotti@gmail.com> * Update data/transactions/transaction.go Co-authored-by: John Jannotti <jannotti@gmail.com> * Update ledger/internal/apptxn_test.go Co-authored-by: John Jannotti <jannotti@gmail.com> * Update ledger/internal/apptxn_test.go Co-authored-by: John Jannotti <jannotti@gmail.com> Co-authored-by: John Jannotti <jannotti@gmail.com>
Use Algorand’s JSON codec to improve performance Add stack depth parameter to linear cost model Use stack label for linear cost depth doc Co-authored-by: Jacob Daitzman <jdtzmn@gmail.com>
Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com> Co-authored-by: michaeldiamant <michaeldiamant@users.noreply.github.com>
…abels (algorand#4089) * specify telemetry hostname in prometheus metrics, if available * also get telemetry InstanceName tag * rename GetTelemetryHostName to GetTelemetryHostID * rename telemetry HostName to TelemetryGUID
Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>
backport replace opcodes from box work
relavant -> relevant
Codecov Report
@@ Coverage Diff @@
## rel/beta #4153 +/- ##
============================================
+ Coverage 54.46% 54.56% +0.09%
============================================
Files 391 391
Lines 48665 48732 +67
============================================
+ Hits 26506 26591 +85
+ Misses 19933 19920 -13
+ Partials 2226 2221 -5
Continue to review full report at Codecov.
|
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.
I wonder if we need to call out some of the possibly vFuture merges in the release notes. But approving for the release.
Overview
The goal command is now using the participation key REST API. A byproduct of this is that keys they are no longer copied into the data directory, instead they are installed directly into the internal participation key registry.
What's New
Changelog
New Features
Enhancements
Bugfixes
TestReproducibleCatchpointLabels
(#4074)Other
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.
New Features
Enhancements
Additional Resources