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

Introduce EvmContext for payload transactions building #12731

Open
mattsse opened this issue Nov 21, 2024 · 0 comments · May be fixed by #12738
Open

Introduce EvmContext for payload transactions building #12731

mattsse opened this issue Nov 21, 2024 · 0 comments · May be fixed by #12738
Assignees
Labels
A-block-building Related to block building C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Nov 21, 2024

Describe the feature

we currently have placeholder for

// In the future, `ctx` can include access to state for block building purposes.
ctx: (),

ideally we provide a new type EvmContext that includes the evm, and the previously executed transactions, this way this iterator can access evm state in next

TODO

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Nov 21, 2024
@mattsse mattsse added A-block-building Related to block building and removed S-needs-triage This issue needs to be labelled labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-block-building Related to block building C-enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants