-
Notifications
You must be signed in to change notification settings - Fork 471
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.26.0-stable Release PR #6145
Merged
algojohnlee
merged 85 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.26.0
Sep 27, 2024
Merged
go-algorand 3.26.0-stable Release PR #6145
algojohnlee
merged 85 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.26.0
Sep 27, 2024
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
… at full capacity (algorand#6009) Co-authored-by: ohill <[email protected]>
…algorand#6006) Co-authored-by: Pavel Zbitskiy <[email protected]>
Co-authored-by: Jason Paulos <[email protected]>
* Add context cancellation check to fetchRound peers retrieval loop * This prevented some e2e tests to finish when a other nodes quit but the last node fell into catchup mode
Co-authored-by: cce <[email protected]>
Functional p2p support for gossip network: * DHT advertisement and peers capabilities * Hybrid networking when a node handles both legacy websocket and libp2p networks * HTTP over p2p support for catching up from p2p nodes * P2P network cluster test scenarios * libp2p and DHT metrics and logging handling Co-authored-by: Eric Warehime <[email protected]> Co-authored-by: cce <[email protected]>
Co-authored-by: Ashy5000 <[email protected]>
Co-authored-by: cce <[email protected]>
…rand#6114) Co-authored-by: Jason Paulos <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rel/stable #6145 +/- ##
==============================================
+ Coverage 56.31% 56.49% +0.18%
==============================================
Files 486 499 +13
Lines 68487 70029 +1542
==============================================
+ Hits 38568 39563 +995
- Misses 27315 27798 +483
- Partials 2604 2668 +64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
algorandskiy
approved these changes
Sep 27, 2024
gmalouf
approved these changes
Sep 27, 2024
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 adds experimental support for libp2p networking, a major advance for Algorand decentralization. We would like to emphasize that this support is in preview mode only, and not recommended for production use cases yet.
What's New
Changelog
New Features
Enhancements
Bugfixes
LedgerStateDelta
JSON encoding (#6106)Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources