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
We removed the relay's p2p.SupportedProtocol check, so it errors with protocols not supported: [/charon/peerinfo/1.0.0 when DKG peers connect to it since they DKG command doesn't instantiate a peerinfo handler.
This isn't a critical issue since it only results in error logs in relay as well as some missing relay metrics.
Solution
DKG should instantiate a peerinfo handler.
The text was updated successfully, but these errors were encountered:
Enables peerinfo server handler in DKG command so nodes identify themselves to relays. This mitigates the "protocol not supported errors" in the relay when DKG happens.
category: bug
ticket: #1978
dB2510
changed the title
DGK doesn't support peerinfo protocol for relays
DKG doesn't support peerinfo protocol for relays
Apr 3, 2023
🐞 Bug Report
Description
We removed the relay's
p2p.SupportedProtocol
check, so it errors withprotocols not supported: [/charon/peerinfo/1.0.0
when DKG peers connect to it since they DKG command doesn't instantiate apeerinfo
handler.This isn't a critical issue since it only results in error logs in relay as well as some missing relay metrics.
Solution
DKG should instantiate a
peerinfo
handler.The text was updated successfully, but these errors were encountered: