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 should be plenty of test vectors for correct encoding / decoding of real network messages, to make sure the RlpEncodable and RlpDecodable derives work correctly, as well as any custom Encodable and Decodable implementations.
To do this, we should collect encodings from the network and attempt to decode them. We should also check that the correct byte strings are output, given known decoded messages.
The text was updated successfully, but these errors were encountered:
There should be plenty of test vectors for correct encoding / decoding of real network messages, to make sure the
RlpEncodable
andRlpDecodable
derives work correctly, as well as any customEncodable
andDecodable
implementations.To do this, we should collect encodings from the network and attempt to decode them. We should also check that the correct byte strings are output, given known decoded messages.
The text was updated successfully, but these errors were encountered: