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

don't disconnect on protocol version mismatch #461

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

Stebalien
Copy link
Member

Sending a protocol version is nice. However, this "disconnect if our versions are different" logic makes the version entirely useless (because we can't change it).

Really, each indevidual protocol is versioned so let's just leave it at that. If we make a breaking change that requires a protocol bump, we can do that and then switch on the other side's version. However, we'll have to wait for the entire network to upgrade for that to work.

Sending a protocol version is nice. However, this "disconnect if our versions
are different" logic makes the version entirely useless (because we can't change
it).

Really, each indevidual protocol is versioned so let's just leave it at that. If
we make a breaking change that requires a protocol bump, we can do that and
then switch on the other side's version. However, we'll have to wait for the
entire network to upgrade for that to work.
@ghost ghost assigned Stebalien Oct 24, 2018
@ghost ghost added the status/in-progress In progress label Oct 24, 2018
@Stebalien Stebalien requested a review from bigs October 24, 2018 14:02
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay!

@Stebalien Stebalien merged commit 7eaeeaa into master Oct 24, 2018
@Stebalien Stebalien deleted the fix/remove-protocol-version-check branch October 24, 2018 14:35
@ghost ghost removed the status/in-progress In progress label Oct 24, 2018
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