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
the libp2p feature pulls in libp2p entirely:
discv5/Cargo.toml
Line 17 in 44051ef
but only identity and MultiAddr are used
discv5/src/node_info.rs
Lines 7 to 11 in 44051ef
which are available as standalone crates:
multiaddr and libp2p-identity
multiaddr
libp2p-identity
The text was updated successfully, but these errors were encountered:
Resolved in #255
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
the libp2p feature pulls in libp2p entirely:
discv5/Cargo.toml
Line 17 in 44051ef
but only identity and MultiAddr are used
discv5/src/node_info.rs
Lines 7 to 11 in 44051ef
which are available as standalone crates:
multiaddr
andlibp2p-identity
The text was updated successfully, but these errors were encountered: