Skip to content
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

[release-v2.0] main: Use backported peer updates. #3457

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Nov 11, 2024

This updates the 2.0 release branch to use the latest version of the peer module which includes updates to ensure peers are not incorrectly disconnected in some cases when serving factored poly data.

In particular, the following updated module version is used:

- github.com/decred/dcrd/peer/[email protected]

Note that it also cherry picks all of the commits included in updates to the peer module to ensure they are also included in the release branch even though it is not strictly necessary since go.mod has been updated to require the new release and thus will pull in the new code. However, from past experience, not having code backported to modules available in the release branch too leads to headaches for devs building from source in their local workspace with overrides such as those in go.work.

The following PRs are included:

@davecgh davecgh added this to the 2.0.5 milestone Nov 11, 2024
This updates the 2.0 release branch to use the latest version of the
peer module which includes updates to ensure peers are not incorrectly
disconnected in some cases when serving factored poly data.

In particular, the following updated module version is used:

- github.com/decred/dcrd/peer/[email protected]
@davecgh davecgh force-pushed the rel20_peer_backports branch from 91f92bf to 38cb540 Compare November 11, 2024 20:30
@davecgh davecgh merged commit 38cb540 into decred:release-v2.0 Nov 11, 2024
2 checks passed
@davecgh davecgh deleted the rel20_peer_backports branch November 11, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants