Skip to content

feat: v83#57

Merged
greged93 merged 5 commits intomainfrom
feat/v82
Jul 31, 2025
Merged

feat: v83#57
greged93 merged 5 commits intomainfrom
feat/v82

Conversation

@greged93
Copy link
Copy Markdown
Contributor

@greged93 greged93 commented Jul 28, 2025

Bump revm to v83.

@greged93 greged93 changed the title feat: v82 feat: v83 Jul 28, 2025
@greged93 greged93 requested a review from frisitano July 28, 2025 12:16
frisitano
frisitano previously approved these changes Jul 28, 2025
Copy link
Copy Markdown
Contributor

@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.

lgtm

Comment thread Cargo.toml Outdated
Comment on lines +9 to +11
revm = { git = "https://github.com/scroll-tech/revm", branch = "feat/v83", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
revm-primitives = { git = "https://github.com/scroll-tech/revm", branch = "feat/v83", default-features = false }
revm-inspector = { git = "https://github.com/scroll-tech/revm", branch = "feat/v83", default-features = false }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

will we migrate to scroll branch when we merge feat/v83?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes that was my plan, pointing to v83 for now in order to move forward on the reth upstream merge.

Comment thread src/system_call.rs
data,
));
let mut h = ScrollHandler::<_, _, EthFrame<EthInterpreter>>::new();
h.run_system_call(self)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

run_system_call will skip all the methods that were problematic in the reth system call implementation, which caused the block beneficiary and the system caller to be warmed and include state changes.

frisitano
frisitano previously approved these changes Jul 30, 2025
Copy link
Copy Markdown
Contributor

@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.

lgtm

Comment thread Cargo.toml Outdated
Comment on lines +9 to +11
revm = { git = "https://github.com/scroll-tech/revm", branch = "scroll", default-features = false, features = ["enable_eip7702", "enable_eip7623"] }
revm-primitives = { git = "https://github.com/scroll-tech/revm", branch = "scroll", default-features = false }
revm-inspector = { git = "https://github.com/scroll-tech/revm", branch = "scroll", default-features = false }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

scroll is the default branch so we shouldn't have to specify the branch = argument.

@greged93 greged93 merged commit 08e6281 into main Jul 31, 2025
14 checks passed
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.

2 participants