should fix issues like #8031 or #8032
rlp::decode should return Result<_, DecoderError>RlpUntrustedRlp should be renamed to Rlpissues is marked as easy and epic, cause it's easy, but time consuming
I'm looking at this
This is being split across several PRs, since lots of changes
Phases:
decode to return Result<_,DecoderError>Just the last bit needs doing now, changing decode to return Result<_, DecoderError>. I'll leave that here for now, I've unassigned myself for now so anyone else can pick it up or I'll come back to it later.
I'll have a stab at the decode changes. :)
All done!