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
**Motivation**
`eth/status` hive tests check proper handling of Status message and a
malicious Status message.
**Description**
- `eth/status` tests now are enabled and passes
- Added a check on RLPDecoding to prevent an error that panicked
- Now sending a `Disconnect` message on error
Closes#420
Pending:
- Created a
[ticket](#1214)
to return proper disconnect reasons depending on the returned
`RLPxError`
On
p2p
messageDisconnect
we should return a disconnect reason from the specWe need to provide meaningful errors on all our
p2p
layer to be able to convert the error into a proper disconnect reason.The text was updated successfully, but these errors were encountered: