Skip to content

Commit 97f7a24

Browse files
committed
update zktrie-ng
1 parent 547c3b1 commit 97f7a24

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

Cargo.lock

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ once_cell = "1.19"
1818
rkyv = { version = "0.7", features = ["validation"] }
1919
thiserror = "1.0"
2020
tiny-keccak = "2.0"
21+
getrandom = { version = "*", features = ["custom"] } # just for disable
2122

2223
# dependencies from scroll-tech
2324
poseidon-bn254 = { git = "https://github.com/scroll-tech/poseidon-bn254", branch = "master", features = ["bn254"] }
@@ -58,7 +59,7 @@ sbv-utils = { path = "crates/utils" }
5859

5960
[workspace.dependencies.revm] # v42
6061
git = "https://github.com/scroll-tech/revm"
61-
branch = "scroll-evm-executor/v42"
62+
branch = "scroll-evm-executor/feat/v42/sp1"
6263
default-features = false
6364
features = [
6465
"scroll-default-handler",
@@ -69,7 +70,7 @@ features = [
6970

7071
[workspace.dependencies.revm-primitives] # v42
7172
git = "https://github.com/scroll-tech/revm"
72-
branch = "scroll-evm-executor/v42"
73+
branch = "scroll-evm-executor/feat/v42/sp1"
7374
default-features = false
7475
features = [
7576
"scroll-default-handler",
@@ -97,6 +98,10 @@ alloy-eip7702 = { git = "https://github.com/scroll-tech/alloy-eips", branch = "v
9798
alloy-core = { git = "https://github.com/scroll-tech/alloy-core", branch = "v0.8.0"}
9899
alloy-primitives = { git = "https://github.com/scroll-tech/alloy-core", branch = "v0.8.0"}
99100

101+
[patch."https://github.com/scroll-tech/revm"]
102+
revm = { git = "https://github.com/scroll-tech//revm", branch = "scroll-evm-executor/feat/v42/sp1" }
103+
revm-primitives = { git = "https://github.com/scroll-tech//revm", branch = "scroll-evm-executor/feat/v42/sp1" }
104+
100105
# for local development
101106
# [patch."https://github.com/scroll-tech/revm"]
102107
# revm = { path = "../revm/crates/revm" }

0 commit comments

Comments
 (0)