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(host): Interop proof support (part 1) #910

Merged
merged 4 commits into from
Jan 18, 2025
Merged

feat(host): Interop proof support (part 1) #910

merged 4 commits into from
Jan 18, 2025

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Jan 17, 2025

Overview

Adds a mode to the host that supports the first sub-problem of the interop proof. Contains some refactors + fixes for the kona-proof code, interop L1 info tx support, and some other odds and ends to get this working. A bit of a mega PR, apologies.

@clabby clabby added K-feature Kind: feature A-host Area: host binary A-client Area: client binary labels Jan 17, 2025
@clabby clabby self-assigned this Jan 17, 2025
@clabby clabby requested review from refcell and emhane as code owners January 17, 2025 06:14
@clabby clabby linked an issue Jan 17, 2025 that may be closed by this pull request
@clabby clabby mentioned this pull request Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 30.76923% with 9 lines in your changes missing coverage. Please review.

Project coverage is 82.2%. Comparing base (f912b89) to head (f203d24).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/derive/src/attributes/stateful.rs 44.4% 5 Missing ⚠️
crates/driver/src/core.rs 0.0% 3 Missing ⚠️
crates/executor/src/executor/env.rs 0.0% 1 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby added this pull request to the merge queue Jan 18, 2025
Merged via the queue into main with commit 8e25874 Jan 18, 2025
14 of 16 checks passed
@clabby clabby deleted the cl/host-interop branch January 18, 2025 16:29
@github-actions github-actions bot mentioned this pull request Jan 18, 2025
This was referenced Jan 27, 2025
This was referenced Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary A-host Area: host binary K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump revm version to ^v19.1.0 to include Isthmus operator fee feature
2 participants