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

Sync multiaddr codecs #294

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Sync multiaddr codecs #294

merged 2 commits into from
Sep 29, 2022

Conversation

MarcoPolo
Copy link
Contributor

These three codecs were defined in the multiaddr repo but not here. This syncs up the codec tables. I also added a checker to the multiaddr repo that will flag when this happens again in the future (multiformats/multiaddr#142).

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

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

Thank you Marco!

table.csv Outdated Show resolved Hide resolved
Co-authored-by: Max Inden <mail@max-inden.de>
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

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

just out of interest - why does sni need an entry?

@MarcoPolo
Copy link
Contributor Author

just out of interest - why does sni need an entry?

We're using it in multiaddrs so that clients can set the SNI of a TLS handshake even if they've already resolved the domain name to an ip address.

See: multiformats/multiaddr#138 (comment) and libp2p/go-libp2p#1719 (comment). It's also part of the multiaddr README so the idea has been around for a while.

@MarcoPolo MarcoPolo merged commit dca12c1 into master Sep 29, 2022
@MarcoPolo MarcoPolo deleted the marco/sync-multiaddr-codecs branch September 29, 2022 15:57
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.

4 participants