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

Signed Address Records #1803

Closed
wants to merge 5 commits into from
Closed

Conversation

blacktemplar
Copy link
Contributor

@blacktemplar blacktemplar commented Oct 19, 2020

Partially implements signed address records as specified in libp2p/specs#217.

Partially resolves #1799.

This does only provide the data structures and encoding/decoding/signing/verifying logic. To fully implement the specifications in libp2p/specs#217 we need to have some kind of global peer store to store signed address records and the various discovery mechanisms update this store. Furthermore, protocols like gossipsub have access to this store to get signed peer records for its connected peers (and also can update the store with new signed peer records).

@AgeManning AgeManning closed this Jun 15, 2021
@AgeManning AgeManning deleted the signed-address-records branch June 15, 2021 01:28
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.

Signed peer records update
2 participants