Skip to content

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