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
There are some checks in the decode() function for RLPxCodec that currently are handled with assert_eq!() macro.
While this is useful, (we still find some discrepancies from time to time and want to log them in console) we should handle them with proper error messages instead.
The text was updated successfully, but these errors were encountered:
There are some checks in the
decode()
function forRLPxCodec
that currently are handled withassert_eq!()
macro.While this is useful, (we still find some discrepancies from time to time and want to log them in console) we should handle them with proper error messages instead.
The text was updated successfully, but these errors were encountered: