Closed mattsse closed 1 month ago
I think #9197 is also related to cast which adds 0x prefix, should we fix in there?
the from-rlp does Display(Item)
which does hex(Item::Data)
displaying as hex makes sense imo and the 0x prefix makes it obvious that this is hex, so I think this is okay
test case for bytes input https://github.com/foundry-rs/foundry/issues/9197