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
In RLPx, BreachOfProtocol is used for malformed messages (invalid RLP) and other protocol violations.
However, when testing nimbus with nethermind it appears we're receiving it on networkid mismatch, ie when connecting a mainnet node to a holesky nethermind and vice versa. Normally, one would have expected a UselessPeer error.
In RLPx,
BreachOfProtocol
is used for malformed messages (invalid RLP) and other protocol violations.However, when testing nimbus with nethermind it appears we're receiving it on networkid mismatch, ie when connecting a mainnet node to a holesky nethermind and vice versa. Normally, one would have expected a
UselessPeer
error.nethermind/src/Nethermind/Nethermind.Network.Stats/Model/DisconnectReason.cs
Line 98 in 82c78e7
Is this intentional?
The text was updated successfully, but these errors were encountered: