reth icon indicating copy to clipboard operation
reth copied to clipboard

fix: enc/dec rlp for `Requests`

Open onbjerg opened this issue 1 year ago • 0 comments

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), ..])

onbjerg avatar May 14 '24 22:05 onbjerg