Skip to content

Commit

Permalink
Merge branch 'rkhalil/derive-tx-exec' of github.com:risc0/zeth into r…
Browse files Browse the repository at this point in the history
…khalil/bonsai-composition
  • Loading branch information
hashcashier committed Jan 26, 2024
2 parents abab8e9 + 1665e74 commit d6ee0db
Show file tree
Hide file tree
Showing 63 changed files with 3,363 additions and 2,644 deletions.
675 changes: 338 additions & 337 deletions Cargo.lock

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[workspace]
resolver = "2"
members = [
"guests",
"host",
"lib",
"primitives",
"testing/ef-tests"
]
members = ["guests", "host", "lib", "primitives", "testing/ef-tests"]

# Always optimize; building and running the guest takes much longer without optimization.
[profile.dev]
Expand All @@ -23,8 +17,13 @@ lto = true
opt-level = 3

[workspace.dependencies]
bonsai-sdk = "0.6.0-rc.2"
bonsai-sdk = "0.6.0-rc.3"
hashbrown = { version = "0.14", features = ["inline-more"] }
risc0-build = "0.20.0-rc.2"
risc0-zkvm = { version = "0.20.0-rc.2", default-features = false }
revm = { version = "3.5", default-features = false, features = ["std", "serde", "optional_no_base_fee", "optional_balance_check"] }
risc0-build = { version = "0.20.0-rc.3" }
risc0-zkvm = { version = "0.20.0-rc.3", default-features = false }
revm-primitives = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default_features = false }
revm = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default-features = false, features = [
"std",
"serde",
"optimism",
] }
Loading

0 comments on commit d6ee0db

Please sign in to comment.