foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.34k stars 1.77k forks source link

test: add test for rlp data #9200

Closed mattsse closed 1 month ago

mattsse commented 1 month ago

test case for bytes input https://github.com/foundry-rs/foundry/issues/9197

grandizzy commented 1 month ago

I think #9197 is also related to cast which adds 0x prefix, should we fix in there?

mattsse commented 1 month ago

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