paradigmxyz / reth

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

Move Requests type to alloy #11082

Open mattsse opened 2 weeks ago

mattsse commented 2 weeks ago

Describe the feature

this type exists as a helper

https://github.com/paradigmxyz/reth/blob/95d65dc022117318bb0b1a915d840cfe30857953/crates/primitives-traits/src/request.rs#L30-L30

because the rlp encoding is slightly different

TODO

Additional context

No response

0xriazaka commented 2 weeks ago

Can i take this?

varun-doshi commented 2 weeks ago

I'd like to work on this

PanGan21 commented 2 weeks ago

I believe this issue is blocked until the next alloy release

refcell commented 1 week ago

Ref: https://github.com/alloy-rs/alloy/pull/1326