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
litep2p
Currently, litep2p knows only about listen addresses of the node. External addresses handling is left to the client code.
Make litep2p aware of external addresses by introducing API for the client code to notify litep2p about confirmed public addresses.
This is needed to implement #191 and to report to the network the addresses of local node acting as a content provider in Kademlia #196.
polkadot-sdk
The text was updated successfully, but these errors were encountered:
PublicAddresses
lexnv
No branches or pull requests
Currently,
litep2p
knows only about listen addresses of the node. External addresses handling is left to the client code.Make
litep2p
aware of external addresses by introducing API for the client code to notify litep2p about confirmed public addresses.This is needed to implement #191 and to report to the network the addresses of local node acting as a content provider in Kademlia #196.
Possible next steps
polkadot-sdk
intolitep2p
.The text was updated successfully, but these errors were encountered: