probe-lab / zikade

A Go implementation of the libp2p Kademlia DHT specification
Other
8 stars 3 forks source link

Plumb Refactored DHT into Kubo #8

Open iand opened 1 year ago

iand commented 1 year ago

ETA: 2023-09-30

Description: Once the DHT Refactor is over and tested, we need to replace the old DHT in the Kubo implementation with the Refactored one.

iand commented 1 year ago

See https://github.com/plprobelab/go-kademlia/issues/34 for discussion on division of functionality between go-kademlia/go-libp2p-kad-dht/boxo

iand commented 9 months ago

See https://github.com/ipfs/boxo/pull/472 and https://github.com/ipfs/kubo/pull/10154