@@ -12,73 +12,73 @@ name = "reth"
1212path = " src/main.rs"
1313
1414[dependencies ]
15- gnosis-primitives = { git = " https://github.com/gnosischain/gnosis-stuff.git" , tag = " v0.1.8 " }
15+ gnosis-primitives = { git = " https://github.com/gnosischain/gnosis-stuff.git" , tag = " v0.1.91 " }
1616
17- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
18- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
19- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
20- reth-engine-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
21- reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
22- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
23- reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
24- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
25- reth-node-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
26- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
27- reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
28- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
29- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
30- reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
31- reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
32- reth-cli-commands = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
33- reth-cli-runner = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
34- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
35- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
36- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
37- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
38- reth-ethereum-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
39- reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
40- reth-ethereum-engine-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
41- reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
42- reth-fs-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
43- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
44- reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
45- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
46- reth-etl = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
47- reth-era = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
48- reth-era-downloader = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
49- reth-era-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
50- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
51- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
52- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
53- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
54- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
55- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " , features = [
17+ reth = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
18+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
19+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
20+ reth-engine-primitives = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
21+ reth-engine-local = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
22+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
23+ reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
24+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
25+ reth-node-metrics = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
26+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
27+ reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
28+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
29+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
30+ reth-consensus = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
31+ reth-cli = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
32+ reth-cli-commands = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
33+ reth-cli-runner = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
34+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
35+ reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
36+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
37+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
38+ reth-ethereum-forks = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
39+ reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
40+ reth-ethereum-engine-primitives = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
41+ reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
42+ reth-fs-util = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
43+ reth-db = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
44+ reth-db-api = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
45+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
46+ reth-etl = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
47+ reth-era = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
48+ reth-era-downloader = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
49+ reth-era-utils = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
50+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
51+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
52+ reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
53+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
54+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
55+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " , features = [
5656 " test-utils" ,
5757] }
58- reth-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
59- reth-stages = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
60- reth-stages-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
61- reth-stages-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
62- reth-static-file-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
63- reth-stateless = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
64- reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
65- reth-tracing = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
66- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
67- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
68- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.8.2 " }
58+ reth-rpc = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
59+ reth-stages = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
60+ reth-stages-api = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
61+ reth-stages-types = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
62+ reth-static-file-types = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
63+ reth-stateless = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
64+ reth-storage-api = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
65+ reth-tracing = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
66+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
67+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
68+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , branch = " v1.9.3-gnosis " }
6969
7070eyre = " 0.6"
7171clap = { version = " 4.5.6" , features = [" derive" ] }
7272derive_more = { version = " 2" , default-features = false , features = [" full" ] }
7373
7474# revm
75- revm = { version = " 29 .0.0 " , features = [" std" ], default-features = false }
76- revm-database = { version = " 7 .0.5" , default-features = false }
77- revm-state = { version = " 7.0.5 " , default-features = false }
78- revm-primitives = { version = " 20.2.1 " , features = [
75+ revm = { version = " 31 .0.2 " , features = [" std" ], default-features = false }
76+ revm-database = { version = " 9 .0.5" , default-features = false }
77+ revm-state = { version = " 8.1.1 " , default-features = false }
78+ revm-primitives = { version = " 21.0.2 " , features = [
7979 " std" ,
8080], default-features = false }
81- revm-inspectors = " 0.29 .0"
81+ revm-inspectors = " 0.32 .0"
8282
8383futures-util = { version = " 0.3" , default-features = false }
8484serde = { version = " 1.0" , features = [" derive" ], default-features = false }
@@ -91,21 +91,21 @@ thiserror-no-std = { version = "2.0.2", default-features = false }
9191
9292# eth
9393alloy-chains = { version = " 0.2.5" , default-features = false }
94- alloy-dyn-abi = " 1.3 .1"
95- alloy-evm = { version = " 0.21 .0" , default-features = false }
96- alloy-primitives = { version = " 1.3 .1" , default-features = false }
97- alloy-sol-macro = " 1.3 .1"
98- alloy-sol-types = " 1.3 .1"
94+ alloy-dyn-abi = " 1.4 .1"
95+ alloy-evm = { version = " 0.23 .0" , default-features = false }
96+ alloy-primitives = { version = " 1.4 .1" , default-features = false }
97+ alloy-sol-macro = " 1.4 .1"
98+ alloy-sol-types = " 1.4 .1"
9999
100100alloy-rlp = { version = " 0.3.10" , default-features = false }
101101alloy-trie = { version = " 0.9.1" , default-features = false }
102102
103- alloy-consensus = { version = " 1.0.37 " , default-features = false }
104- alloy-eips = { version = " 1.0.37 " , default-features = false }
105- alloy-genesis = { version = " 1.0.37 " , default-features = false }
106- alloy-network = { version = " 1.0.37 " , default-features = false }
107- alloy-rpc-types-eth = { version = " 1.0.37 " , default-features = false }
108- alloy-serde = { version = " 1.0.37 " , default-features = false }
103+ alloy-consensus = { version = " 1.0.41 " , default-features = false }
104+ alloy-eips = { version = " 1.0.41 " , default-features = false }
105+ alloy-genesis = { version = " 1.0.41 " , default-features = false }
106+ alloy-network = { version = " 1.0.41 " , default-features = false }
107+ alloy-rpc-types-eth = { version = " 1.0.41 " , default-features = false }
108+ alloy-serde = { version = " 1.0.41 " , default-features = false }
109109
110110rayon = " 1.7"
111111
0 commit comments