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

peer: Use latest pver by default. #3019

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Nov 21, 2022

This updates the max and default protocol version the peer package uses to the latest protocol version (wire.RemoveRejectVersion) and updates the tests to account for the removal of the reject message.

It also adds a test that explicitly tests the handler on older protocol versions since the associated message is no longer sent on the latest one.

@davecgh davecgh added this to the 1.8.0 milestone Nov 21, 2022
This updates the max and default protocol version the peer package uses
to the latest protocol version (wire.RemoveRejectVersion) and updates
the tests to account for the removal of the reject message.

It also adds a test that explicitly tests the handler on older protocol
versions since the associated message is no longer sent on the latest
one.
@davecgh davecgh force-pushed the peer_use_latest_pver branch from a28fbef to e9b1b58 Compare November 23, 2022 16:54
@davecgh davecgh merged commit e9b1b58 into decred:master Nov 23, 2022
@davecgh davecgh deleted the peer_use_latest_pver branch November 23, 2022 17:07
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.

3 participants