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

Add a debugger tool to check Kernel (user code) execution against StructLogs #697

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
476 changes: 258 additions & 218 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ alloy = { version = '0.3.0', default-features = false, features = [
] }
anyhow = "1.0.86"
async-stream = "0.3.5"
alloy-primitives = "0.8.0"
alloy-serde = "0.3.0"
axum = "0.7.5"
bitflags = "2.5.0"
bitvec = "1.0.1"
Expand Down
3 changes: 3 additions & 0 deletions evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ keywords.workspace = true

[dependencies]
anyhow.workspace = true
alloy.workspace = true
alloy-serde.workspace = true
alloy-primitives.workspace = true
bytes.workspace = true
env_logger.workspace = true
ethereum-types.workspace = true
Expand Down
Loading
Loading