paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.33k stars 827 forks source link

fix: enc/dec rlp for `Requests` #8271

Closed onbjerg closed 2 weeks ago

onbjerg commented 2 weeks ago

this is cursed

we need to encode Requests as rlp([req_bytes_1, req_bytes_2, ..]), but previously we were encoding it as rlp([rlp(req_bytes_1), ..])