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
What you did
Attempt bootstrap a DHT from rust peers
What happened
Before a peer is added to the routing table, the JS peer performs a DHT ping. The DHT ping is unsupported in rust and is deprecated, thus adding a rust peer fails.
What you expected to happen
A JS peer adds the rust peer to its routing table
Proposed fix is to replace DHT ping with a libp2p ping as recommended by the spec
Version: kad-dht 14.2.15
Platform: all
Subsystem: kad-dht
Severity:
High
Description:
What you did
Attempt bootstrap a DHT from rust peers
What happened
Before a peer is added to the routing table, the JS peer performs a DHT ping. The DHT ping is unsupported in rust and is deprecated, thus adding a rust peer fails.
What you expected to happen
A JS peer adds the rust peer to its routing table
Proposed fix is to replace DHT ping with a libp2p ping as recommended by the spec
Steps to reproduce the error:
See #3058
The text was updated successfully, but these errors were encountered: