Skip to content

Commit

Permalink
remove sp1 related changes on master
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Oct 8, 2024
1 parent 7e8c905 commit 1fdae8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ once_cell = "1.19"
rkyv = { version = "0.7", features = ["validation"] }
thiserror = "1.0"
tiny-keccak = "2.0"
getrandom = { version = "*", features = ["custom"] } # just for disable

# dependencies from scroll-tech
poseidon-bn254 = { git = "https://github.com/scroll-tech/poseidon-bn254", branch = "master", features = ["bn254"] }
Expand Down Expand Up @@ -98,10 +97,6 @@ alloy-eip7702 = { git = "https://github.com/scroll-tech/alloy-eips", branch = "v
alloy-core = { git = "https://github.com/scroll-tech/alloy-core", branch = "v0.8.0"}
alloy-primitives = { git = "https://github.com/scroll-tech/alloy-core", branch = "v0.8.0"}

[patch."https://github.com/scroll-tech/revm"]
revm = { git = "https://github.com/scroll-tech//revm", branch = "scroll-evm-executor/feat/v42/sp1" }
revm-primitives = { git = "https://github.com/scroll-tech//revm", branch = "scroll-evm-executor/feat/v42/sp1" }

# for local development
# [patch."https://github.com/scroll-tech/revm"]
# revm = { path = "../revm/crates/revm" }
Expand Down

0 comments on commit 1fdae8b

Please sign in to comment.