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 22 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
1,057 changes: 656 additions & 401 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 @@ -36,6 +36,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
2 changes: 2 additions & 0 deletions evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ keywords.workspace = true
[dependencies]
alloy.workspace = true
alloy-compat.workspace = true
alloy-primitives.workspace = true
alloy-serde.workspace = true
anyhow.workspace = true
bitvec.workspace = true
bytes.workspace = true
Expand Down
Loading
Loading