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

Integrate PayloadBuilder into Rpc #12426

Closed
mattsse opened this issue Nov 9, 2024 · 0 comments · Fixed by #12428
Closed

Integrate PayloadBuilder into Rpc #12426

mattsse opened this issue Nov 9, 2024 · 0 comments · Fixed by #12428
Assignees
Labels
C-enhancement New feature or request S-needs-triage This issue needs to be labelled

Comments

@mattsse
Copy link
Collaborator

mattsse commented Nov 9, 2024

Describe the feature

we'd like to use the payloadbuilder for building the pending block which would clean up a lot of things.

for this we need:

add a payloadbuilder associated type to

pub trait RpcNodeCore: Clone + Send + Sync {
same as
type PayloadBuilder: PayloadBuilder + Clone;

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Nov 9, 2024
@mattsse mattsse self-assigned this Nov 9, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Nov 9, 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 S-needs-triage This issue needs to be labelled
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant