Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Requests type to alloy #11082

Closed
Tracked by #12576
mattsse opened this issue Sep 21, 2024 · 5 comments
Closed
Tracked by #12576

Move Requests type to alloy #11082

mattsse opened this issue Sep 21, 2024 · 5 comments
Labels
C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started

Comments

@mattsse
Copy link
Collaborator

mattsse commented Sep 21, 2024

Describe the feature

this type exists as a helper

pub struct Requests(pub Vec<Request>);

because the rlp encoding is slightly different

TODO

  • move this type to alloy where Request is defined

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Sep 21, 2024
@mattsse mattsse added D-good-first-issue Nice and easy! A great choice to get started and removed S-needs-triage This issue needs to be labelled labels Sep 21, 2024
@0xriazaka
Copy link
Contributor

Can i take this?

@varun-doshi
Copy link
Contributor

I'd like to work on this

@PanGan21
Copy link
Contributor

I believe this issue is blocked until the next alloy release

@refcell
Copy link
Contributor

refcell commented Sep 23, 2024

Ref: alloy-rs/alloy#1326

@mattsse mattsse closed this as completed Oct 2, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Oct 2, 2024
@mattsse mattsse reopened this Oct 2, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in Reth Tracker Oct 2, 2024
@mattsse
Copy link
Collaborator Author

mattsse commented Oct 17, 2024

with recen pectra changes this wont be necessary anymore

@mattsse mattsse closed this as completed Oct 17, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reth Tracker Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants