Skip to content

Commit

Permalink
Merge branch 'develop' into chore/l2geth
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc authored Jul 20, 2024
2 parents 35f5b39 + dfa0235 commit f8ea9e8
Show file tree
Hide file tree
Showing 5 changed files with 1,082 additions and 8 deletions.
1 change: 1 addition & 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 @@ -25,6 +25,7 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0"
ark-std = "0.3"
base64 = "0.13.0"
bincode = "1"
ctor = "0.1"
env_logger = "0.10"
ethers = { version = "=2.0.7", features = ["ethers-solc"] }
Expand Down
3 changes: 3 additions & 0 deletions eth-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ base64.workspace = true
revm-precompile.workspace = true
revm-primitives.workspace = true

[dev-dependencies]
bincode.workspace = true

[features]
default = ["warn-unimplemented"]
warn-unimplemented = []
Expand Down
Loading

0 comments on commit f8ea9e8

Please sign in to comment.