You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-kademila is a new modular Kademlia implementation designed to have predictable performance and resource utilization.
This issue is concerned with reorganizing responsibilities and behaviours that are currently implemented in go-libp2p-kad-dht between three repositories:
All general purpose Kademlia types and code should be moved to or replaced by go-kademila equivalents.
go-libp2p-kad-dht remains the home of the Libp2p DHT and should be configurable with protocol name, bootstrappers, validators, network constants, expiration times, routing table refresh intervals etc
boxo will continue to use go-libp2p-kad-dht by configuring the DHT with IPFS-specific protocol name, network constants, validators and bootstrappers
Children:
create a v2-develop branch in go-libp2p-kad-dht to track the refactor, eventually to become v2
ETA: 2023-09-30
go-kademila is a new modular Kademlia implementation designed to have predictable performance and resource utilization.
This issue is concerned with reorganizing responsibilities and behaviours that are currently implemented in go-libp2p-kad-dht between three repositories:
go-kademila
equivalents.go-libp2p-kad-dht
remains the home of the Libp2p DHT and should be configurable with protocol name, bootstrappers, validators, network constants, expiration times, routing table refresh intervals etcgo-libp2p-kad-dht
by configuring the DHT with IPFS-specific protocol name, network constants, validators and bootstrappersChildren:
v2-develop
branch ingo-libp2p-kad-dht
to track the refactor, eventually to becomev2
The text was updated successfully, but these errors were encountered: