Skip to content

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

Merged
davecgh merged 2 commits intodecred:release-v2.0from
davecgh:rel20_peer_backports
Nov 11, 2024
Merged

[release-v2.0] main: Use backported peer updates.#3457
davecgh merged 2 commits intodecred:release-v2.0from
davecgh:rel20_peer_backports

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/v3@v3.1.3

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/v3@v3.1.3
@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
@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