We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable users to provide a Noise Prologue via Builder::prologue.
Needed for #2622, more specifically to validate the remote's TLS fingerprints. See libp2p/specs#412 (comment).
Maybe. In case someone wants to pick this up instead, please comment to make sure we are not duplicating work.
The text was updated successfully, but these errors were encountered:
Corresponding pull request on the Golang side: libp2p/go-libp2p#1663
Sorry, something went wrong.
@melekes Let me know if you are going to pick this up, otherwise I'll take it :)
Please go ahead. I will focus more on smoldot / substrate side for now.
NoiseConfig::with_prologue
Successfully merging a pull request may close this issue.
Description
Enable users to provide a Noise Prologue via Builder::prologue.
Motivation
Needed for #2622, more specifically to validate the remote's TLS fingerprints. See libp2p/specs#412 (comment).
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Maybe. In case someone wants to pick this up instead, please comment to make sure we are not duplicating work.
The text was updated successfully, but these errors were encountered: