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

feat: add SystemCaller helper type #11068

Merged
merged 24 commits into from
Sep 30, 2024
Merged

feat: add SystemCaller helper type #11068

merged 24 commits into from
Sep 30, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 20, 2024

closes #10953
closes #10955

Adds a helper type that can be used to chain system transactions.

This supports a draft for an optional hook to address: #10974

@Rjected

@github-actions github-actions bot added A-execution Related to the Execution and EVM C-enhancement New feature or request labels Sep 20, 2024
@Rjected Rjected self-assigned this Sep 20, 2024
@mattsse mattsse assigned fgimenez and unassigned Rjected Sep 24, 2024
@fgimenez fgimenez force-pushed the matt/system-caller-draft branch from 63a4aee to 4ed37c9 Compare September 27, 2024 10:54
@mattsse mattsse marked this pull request as ready for review September 30, 2024 08:34
@mattsse mattsse changed the title wip:feat: add SystemCaller helper type feat: add SystemCaller helper type Sep 30, 2024
Copy link
Collaborator Author

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, only some suggestions

crates/evm/src/system_calls/mod.rs Outdated Show resolved Hide resolved
crates/evm/src/system_calls/mod.rs Show resolved Hide resolved
crates/evm/src/system_calls/mod.rs Outdated Show resolved Hide resolved
crates/evm/src/system_calls/mod.rs Outdated Show resolved Hide resolved
crates/evm/src/system_calls/eip7002.rs Show resolved Hide resolved
@fgimenez fgimenez added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit 2ae8ea3 Sep 30, 2024
35 checks passed
@fgimenez fgimenez deleted the matt/system-caller-draft branch September 30, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution Related to the Execution and EVM C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Helper type for system transactions split apply preblock functions into two
3 participants