@@ -18,6 +18,7 @@ once_cell = "1.19"
18
18
rkyv = { version = " 0.7" , features = [" validation" ] }
19
19
thiserror = " 1.0"
20
20
tiny-keccak = " 2.0"
21
+ getrandom = { version = " *" , features = [" custom" ] } # just for disable
21
22
22
23
# dependencies from scroll-tech
23
24
poseidon-bn254 = { git = " https://github.com/scroll-tech/poseidon-bn254" , branch = " master" , features = [" bn254" ] }
@@ -58,7 +59,7 @@ sbv-utils = { path = "crates/utils" }
58
59
59
60
[workspace .dependencies .revm ] # v42
60
61
git = " https://github.com/scroll-tech/revm"
61
- branch = " scroll-evm-executor/v42"
62
+ branch = " scroll-evm-executor/feat/ v42/sp1 "
62
63
default-features = false
63
64
features = [
64
65
" scroll-default-handler" ,
@@ -69,7 +70,7 @@ features = [
69
70
70
71
[workspace .dependencies .revm-primitives ] # v42
71
72
git = " https://github.com/scroll-tech/revm"
72
- branch = " scroll-evm-executor/v42"
73
+ branch = " scroll-evm-executor/feat/ v42/sp1 "
73
74
default-features = false
74
75
features = [
75
76
" scroll-default-handler" ,
@@ -97,6 +98,10 @@ alloy-eip7702 = { git = "https://github.com/scroll-tech/alloy-eips", branch = "v
97
98
alloy-core = { git = " https://github.com/scroll-tech/alloy-core" , branch = " v0.8.0" }
98
99
alloy-primitives = { git = " https://github.com/scroll-tech/alloy-core" , branch = " v0.8.0" }
99
100
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
+
100
105
# for local development
101
106
# [patch."https://github.com/scroll-tech/revm"]
102
107
# revm = { path = "../revm/crates/revm" }
0 commit comments