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

Update documentation of the wire protocol's join message #378

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

kraenhansen
Copy link
Contributor

Reading the Automerge Repo's docs I noticed what I believe is a minor discrepancy between the documented protocol and the reality as codified by the implementation:

supportedProtocolVersions: ProtocolVersion[]

@@ -119,7 +119,7 @@ Sent by the initiating peer in the [handshake](#handshake) phase.
{
type: "join",
senderId: peer_id,
supportedProtocolVersions: protocol_version
supportedProtocolVersions: [protocol_version]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@alexjg alexjg merged commit 538d18d into automerge:main Aug 26, 2024
2 checks passed
@kraenhansen kraenhansen deleted the patch-1 branch August 26, 2024 17:15
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