-
Notifications
You must be signed in to change notification settings - Fork 490
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.21.0-stable Release PR #5887
go-algorand 3.21.0-stable Release PR #5887
Conversation
Co-authored-by: John Jannotti <jannotti@gmail.com>
* Remove http.Request.RemoteAddr overwriting in request tracker * Remove http.Request from request tracker * Add a new remoteAddresss() method providing most meaningful address for incoming requests
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## rel/stable #5887 +/- ##
==============================================
+ Coverage 56.28% 56.39% +0.11%
==============================================
Files 481 481
Lines 67310 67457 +147
==============================================
+ Hits 37888 38045 +157
+ Misses 26868 26851 -17
- Partials 2554 2561 +7 ☔ View full report in Codecov by Sentry. |
How do I time the upgrade for the other components - conduit, indexer? All at once or I can upgrade conduit -> indexer -> algod? |
@cshintov - follower mode algod/conduit/indexer should be upgraded together this week. |
This release requires a protocol upgrade.
This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/925a46433742afb0b51bb939354bd907fa88bf95
Overview
This release introduces dynamic round times, as well as additional AVM opcodes. This release contains a consensus upgrade, and will require upgrades of conduit/indexer as well.
What's New
box_splice
andbox_resize
Changelog
Enhancements
global GenesisHash
(#5858)Bugfixes
Additional Resources