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.
There are some checks in the
decode()function forRLPxCodecthat 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.