-
Notifications
You must be signed in to change notification settings - Fork 89
ouroboros-network-0.21.1.0 #5127
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
Merged
coot
merged 6 commits into
release/ouroboros-network-0.21
from
coot/ouroboros-network-0.21.1
May 27, 2025
Merged
ouroboros-network-0.21.1.0 #5127
coot
merged 6 commits into
release/ouroboros-network-0.21
from
coot/ouroboros-network-0.21.1
May 27, 2025
Conversation
This file contains hidden or 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
35e3f15
to
0f27b8d
Compare
crocodile-dentist
approved these changes
May 26, 2025
0f27b8d
to
24100f8
Compare
9 tasks
A race can occur between peerMonitoringLoop closing an outbound connection due to a warm protocol finish and the OG demoting the same peer for different reason. Both will call closePeerConnection, but only the winner should invoke CM's releaseOutboundConnection. If the winner is the OG's demotion job, close peer connection should not return wasWarm, because the losing peerMonitoringLoop would see it as false, and would end without setting peer status variable to PeerCold. Instead, the return value of closePeerConnection is changed such that the it will work regardless of who wins the race to close the outbound connection.
24100f8
to
9d18722
Compare
9d18722
to
f0c3f7e
Compare
f0c3f7e
to
3477ed9
Compare
3477ed9
to
92a9487
Compare
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.
Description
Checklist
Quality
Maintenance
ouroboros-network
project.