Skip to content

feat: traits for generalized E3 #1664

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

Open
wants to merge 10 commits into
base: feat/new-execution-e4
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
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ rrs-lib = "0.1.0"
rand = { version = "0.8.5", default-features = false }
hex = { version = "0.4.3", default-features = false }
serde-big-array = "0.5.1"
zerocopy = "0.8.25"

# default-features = false for no_std for use in guest programs
itertools = { version = "0.14.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions crates/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ eyre.workspace = true
derivative.workspace = true
static_assertions.workspace = true
getset.workspace = true
zerocopy = { workspace = true, features = ["derive"] }

[dev-dependencies]
test-log.workspace = true
Expand Down
Loading
Loading