libp2p/go-libp2p-kad-dht

Automatically add the author of an IPNS record to the set of peers to query

Open

#145 opened on May 5, 2018

 (5 comments) (0 reactions) (0 assignees)Go (259 forks)auto 404
effort/hoursexp/intermediatehelp wantedkind/enhancementtopic/perf

Repository metrics

Stars
 (594 stars)
PR merge metrics
 (PR metrics pending)

Description

One potential hack to speed up IPNS is to simply add the IPNS key to the list of peers to query. We'll still need to find the peer but this may speedup some queries.

Contributor guide