@@ -38,38 +38,25 @@ alloy-trie = { version = "0.7", default-features = false }
38
38
# https://github.com/alloy-rs/core
39
39
alloy-primitives = { version = " 0.8" , default-features = false , features = [" map-hashbrown" , " map-fxhash" , " rkyv" ] }
40
40
41
- reth-chainspec = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
42
- reth-evm = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
43
- reth-evm-ethereum = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
44
- reth-ethereum-forks = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
45
- reth-execution-types = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
46
- reth-primitives = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
47
- reth-primitives-traits = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
48
- reth-storage-errors = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
49
- reth-trie = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
50
- reth-trie-sparse = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
51
-
52
- reth-scroll-chainspec = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
53
- reth-scroll-evm = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
54
- reth-scroll-forks = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
55
- reth-scroll-primitives = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
56
-
57
- scroll-alloy-consensus = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
58
- scroll-alloy-primitives = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
59
- scroll-alloy-rpc-types = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
60
- scroll-alloy-network = { git = " https://github.com/scroll-tech/reth" , branch = " scroll" , default-features = false }
61
-
62
- # reth-chainspec = { path = "../reth/crates/chainspec", default-features = false }
63
- # reth-evm = { path = "../reth/crates/evm/", default-features = false }
64
- # reth-evm-ethereum = { path = "../reth/crates/ethereum/evm", default-features = false }
65
- # reth-execution-types = { path = "../reth/crates/evm/execution-types", default-features = false }
66
- # reth-primitives = { path = "../reth/crates/primitives", default-features = false }
67
- # reth-scroll-chainspec = { path = "../reth/crates/scroll/chainspec", default-features = false }
68
- # reth-scroll-evm = { path = "../reth/crates/scroll/evm", default-features = false }
69
- # reth-scroll-primitives = { path = "../reth/crates/scroll/primitives", default-features = false }
70
- # reth-storage-errors = { path = "../reth/crates/storage/errors", default-features = false }
71
- # reth-trie = { path = "../reth/crates/trie/trie", default-features = false }
72
- # reth-trie-sparse = { path = "../reth/crates/trie/sparse", default-features = false }
41
+ reth-chainspec = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
42
+ reth-evm = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
43
+ reth-evm-ethereum = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
44
+ reth-ethereum-forks = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
45
+ reth-execution-types = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
46
+ reth-primitives = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
47
+ reth-primitives-traits = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
48
+ reth-storage-errors = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
49
+ reth-trie = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
50
+ reth-trie-sparse = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
51
+
52
+ reth-scroll-chainspec = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
53
+ reth-scroll-evm = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
54
+ reth-scroll-forks = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
55
+ reth-scroll-primitives = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
56
+
57
+ scroll-alloy-consensus = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
58
+ scroll-alloy-rpc-types = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
59
+ scroll-alloy-network = { git = " https://github.com/scroll-tech/reth" , branch = " feat/euclid-v2" , default-features = false }
73
60
74
61
async-trait = " 0.1"
75
62
auto_impl = " 1.2"
@@ -120,7 +107,7 @@ sbv-utils = { path = "crates/utils" }
120
107
121
108
[workspace .dependencies .revm ]
122
109
git = " https://github.com/scroll-tech/revm"
123
- branch = " scroll-evm-executor/v55"
110
+ branch = " scroll-evm-executor/feat/ v55/euclid-v2 "
124
111
default-features = false
125
112
features = [" std" ]
126
113
@@ -134,10 +121,10 @@ ruint = { git = "https://github.com/scroll-tech/uint.git", branch = "v1.12.3" }
134
121
135
122
alloy-primitives = { git = " https://github.com/scroll-tech/alloy-core" , branch = " v0.8.18" }
136
123
137
- revm = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/v55" }
138
- revm-interpreter = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/v55" }
139
- revm-precompile = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/v55" }
140
- revm-primitives = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/v55" }
124
+ revm = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/feat/ v55/euclid-v2 " }
125
+ revm-interpreter = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/feat/ v55/euclid-v2 " }
126
+ revm-precompile = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/feat/ v55/euclid-v2 " }
127
+ revm-primitives = { git = " https://github.com/scroll-tech/revm" , branch = " scroll-evm-executor/feat/ v55/euclid-v2 " }
141
128
142
129
# for local development
143
130
# [patch."https://github.com/scroll-tech/revm"]
0 commit comments