Skip to content

Commit

Permalink
refactor: upgrade revm (a16z#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron authored Aug 2, 2024
1 parent 3099e30 commit 5d15957
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 60 deletions.
129 changes: 116 additions & 13 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ milagro_bls = { package = "snowbridge-milagro-bls", git = "https://github.com/Sn
# execution
ethers-core = { git = "https://github.com/gakonst/ethers-rs", rev = "3bf1a9e0d698e9fdfc91d0353878901af5a5c5ef" }
ethers = { git = "https://github.com/gakonst/ethers-rs", rev = "3bf1a9e0d698e9fdfc91d0353878901af5a5c5ef" }
revm = { git = "https://github.com/bluealloy/revm", rev = "50726f3e1b2f7b4d50f6755ed30a1ae3108583bf", default-features = false, features = [
"std",
"serde",
] }
revm = { version = "12.1.0", default-features = false, features = ["std", "serde"] }
triehash-ethereum = { git = "https://github.com/openethereum/parity-ethereum", rev = "55c90d4016505317034e3e98f699af07f5404b63" }

# async/futures
Expand Down
Loading

0 comments on commit 5d15957

Please sign in to comment.