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: scroll execution strategy #63

Merged
merged 37 commits into from
Dec 10, 2024
Merged

feat: scroll execution strategy #63

merged 37 commits into from
Dec 10, 2024

Conversation

greged93
Copy link
Collaborator

@greged93 greged93 commented Dec 4, 2024

This PR introduces an implementation of the BlockExecutionStrategy for Scroll.
It also patches the revm crate to the scroll fork.

Resolves #5

Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
@greged93 greged93 marked this pull request as draft December 4, 2024 12:10
Signed-off-by: Gregory Edison <[email protected]>
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Left some initial comments and questions in line. Will review more thoroughly once we integrate the chain spec.

crates/scroll/consensus/src/curie.rs Show resolved Hide resolved
crates/scroll/consensus/src/curie.rs Show resolved Hide resolved
crates/scroll/consensus/src/curie.rs Outdated Show resolved Hide resolved
Cargo.toml Show resolved Hide resolved
crates/scroll/consensus/src/curie.rs Outdated Show resolved Hide resolved
crates/scroll/evm/Cargo.toml Show resolved Hide resolved
crates/scroll/evm/src/config.rs Show resolved Hide resolved
crates/scroll/evm/src/config.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/config.rs Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

One comment left inline.

crates/scroll/consensus/src/curie.rs Show resolved Hide resolved
@greged93 greged93 marked this pull request as ready for review December 9, 2024 12:12
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Looks good! Left a few comments inline.

crates/scroll/chainspec/src/genesis.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/config.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/error.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/execute.rs Outdated Show resolved Hide resolved
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
frisitano
frisitano previously approved these changes Dec 10, 2024
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Looks good! Left minor nits / question inline. After that we can merge.

crates/scroll/chainspec/src/constants.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/constants.rs Outdated Show resolved Hide resolved
crates/scroll/evm/src/config.rs Show resolved Hide resolved
Signed-off-by: Gregory Edison <[email protected]>
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Looks great, thanks! Lets wait for CI to finish and then we can merge.

@greged93 greged93 merged commit d953c47 into scroll Dec 10, 2024
41 checks passed
@greged93 greged93 deleted the feat/execution-strategy branch December 10, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scroll EvmExecutor implementation
2 participants