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
Kubo recently generalized its content routing to be able to use arbitrary content routers that satisfy the libp2p routing interface. This enables Kubo users to experiment with other content routers than the traditional Kademlia DHT. The core functionality works, but some peripheral functionality is broken as a result:
There might be other things that are broken too that we haven't found yet.
The code for constructing this also very complex and hard to understand, contributing to the bugginess.
Fundamentally this is because there are assumptions in certain commands and functionality that there's always a Kademlia DHT available, which is no longer true.
The text was updated successfully, but these errors were encountered:
Checklist
Description
Kubo recently generalized its content routing to be able to use arbitrary content routers that satisfy the libp2p routing interface. This enables Kubo users to experiment with other content routers than the traditional Kademlia DHT. The core functionality works, but some peripheral functionality is broken as a result:
custom
router typeThere might be other things that are broken too that we haven't found yet.
The code for constructing this also very complex and hard to understand, contributing to the bugginess.
Fundamentally this is because there are assumptions in certain commands and functionality that there's always a Kademlia DHT available, which is no longer true.
The text was updated successfully, but these errors were encountered: