Skip to content

Commit

Permalink
playing around with bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Mar 2, 2024
1 parent 8a2ac95 commit 9e24a91
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 746 deletions.
51 changes: 28 additions & 23 deletions Cargo.lock

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

15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,20 @@ arbiter-macros = { path = "macros" }
# arbiter-engine = "0.3.0"
# arbiter-macros = "0.1.1"

# alloy = { git = "https://github.com/alloy-rs/alloy", branch = "main", features = [
# "sol-types",
# "json-abi",
# ] }
alloy-core = "0.6.4"
alloy-json-abi = "0.6.4"
alloy-sol-macro = { version = "0.6.4", features = ["json"] }
alloy-sol-types = "0.6.4"
alloy-providers = { git = "https://github.com/alloy-rs/alloy", branch = "main" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", branch = "main" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", branch = "main" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", branch = "main" }
revm = { version = "6.1.0", features = ["ethersdb", "std", "serde"] }
revm-primitives = "2.1.0"
ethers = { version = "2.0.13" }

serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114" }
Expand Down Expand Up @@ -76,7 +87,7 @@ clap = { version = "4.5.1", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
config = { version = "=0.14.0" }
ethers.workspace = true
ethers = "2.0.13"
revm.workspace = true
toml.workspace = true
proc-macro2.workspace = true
Expand Down
59 changes: 0 additions & 59 deletions bin/bind/digest.rs

This file was deleted.

Loading

0 comments on commit 9e24a91

Please sign in to comment.