@@ -48,94 +48,94 @@ codegen-units = 1
48
48
incremental = false
49
49
50
50
[workspace .dependencies ]
51
- reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
52
- reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
53
- reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
54
- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
55
- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
56
- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
57
- reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
58
- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
59
- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
60
- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
61
- reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
62
- reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
63
- reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
64
- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
65
- reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
66
- reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " , features = [
51
+ reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
52
+ reth-chain-state = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
53
+ reth-cli-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
54
+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
55
+ reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
56
+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
57
+ reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
58
+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
59
+ reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
60
+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
61
+ reth-trie-parallel = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
62
+ reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
63
+ reth-node-core = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
64
+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
65
+ reth-primitives-traits = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
66
+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " , features = [
67
67
" test-utils" ,
68
68
] }
69
- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
70
- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
71
- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
72
- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
73
- reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
74
- reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
75
- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
76
- reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
77
- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
78
- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
79
- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
80
- reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
81
- reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
82
- reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
83
- reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
69
+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
70
+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
71
+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
72
+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
73
+ reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
74
+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
75
+ reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
76
+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
77
+ reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
78
+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
79
+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
80
+ reth-payload-builder-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
81
+ reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
82
+ reth-rpc-layer = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
83
+ reth-testing-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
84
84
85
85
# reth optimism
86
- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
87
- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
88
- reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
89
- reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
90
- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
91
- reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
92
- reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
93
- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
94
- reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.8 " }
86
+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
87
+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
88
+ reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
89
+ reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
90
+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
91
+ reth-optimism-node = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
92
+ reth-optimism-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
93
+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
94
+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.11 " }
95
95
96
- # compatible with reth "v1.3.8 " dependencies
97
- revm = { version = " 21 .0.0 " , features = [
96
+ # compatible with reth "v1.3.11 " dependencies
97
+ revm = { version = " 22 .0.1 " , features = [
98
98
" std" ,
99
99
" secp256k1" ,
100
100
" optional_balance_check" ,
101
101
], default-features = false }
102
- revm-inspectors = { version = " 0.18 .0" , default-features = false }
103
- op-revm = { version = " 2 .0.0 " , default-features = false }
102
+ revm-inspectors = { version = " 0.19 .0" , default-features = false }
103
+ op-revm = { version = " 3 .0.2 " , default-features = false }
104
104
105
- ethereum_ssz_derive = " 0.8 "
106
- ethereum_ssz = " 0.8 "
105
+ ethereum_ssz_derive = " 0.9.0 "
106
+ ethereum_ssz = " 0.9.0 "
107
107
108
- alloy-primitives = { version = " 0.8.25 " , default-features = false }
108
+ alloy-primitives = { version = " 1.0.0 " , default-features = false }
109
109
alloy-rlp = " 0.3.10"
110
- alloy-chains = " 0.1.68 "
111
- alloy-evm = { version = " 0.3.2 " , default-features = false }
112
- alloy-provider = { version = " 0.13 .0" , features = [" ipc" , " pubsub" ] }
113
- alloy-pubsub = { version = " 0.13 .0" }
114
- alloy-eips = { version = " 0.13 .0" }
115
- alloy-rpc-types = { version = " 0.13 .0" }
116
- alloy-json-rpc = { version = " 0.13 .0" }
117
- alloy-transport-http = { version = " 0.13 .0" }
118
- alloy-network = { version = " 0.13 .0" }
119
- alloy-network-primitives = { version = " 0.13 .0" }
120
- alloy-transport = { version = " 0.13 .0" }
121
- alloy-node-bindings = { version = " 0.13 .0" }
122
- alloy-consensus = { version = " 0.13 .0" , features = [" kzg" ] }
123
- alloy-serde = { version = " 0.13 .0" }
124
- alloy-rpc-types-beacon = { version = " 0.13 .0" , features = [" ssz" ] }
125
- alloy-rpc-types-engine = { version = " 0.13 .0" , features = [" ssz" ] }
126
- alloy-rpc-types-eth = { version = " 0.13 .0" }
127
- alloy-signer-local = { version = " 0.13 .0" }
128
- alloy-rpc-client = { version = " 0.13 .0" }
129
- alloy-genesis = { version = " 0.13 .0" }
130
- alloy-trie = { version = " 0.7.9 " }
110
+ alloy-chains = " 0.2.0 "
111
+ alloy-evm = { version = " 0.5.0 " , default-features = false }
112
+ alloy-provider = { version = " 0.14 .0" , features = [" ipc" , " pubsub" ] }
113
+ alloy-pubsub = { version = " 0.14 .0" }
114
+ alloy-eips = { version = " 0.14 .0" }
115
+ alloy-rpc-types = { version = " 0.14 .0" }
116
+ alloy-json-rpc = { version = " 0.14 .0" }
117
+ alloy-transport-http = { version = " 0.14 .0" }
118
+ alloy-network = { version = " 0.14 .0" }
119
+ alloy-network-primitives = { version = " 0.14 .0" }
120
+ alloy-transport = { version = " 0.14 .0" }
121
+ alloy-node-bindings = { version = " 0.14 .0" }
122
+ alloy-consensus = { version = " 0.14 .0" , features = [" kzg" ] }
123
+ alloy-serde = { version = " 0.14 .0" }
124
+ alloy-rpc-types-beacon = { version = " 0.14 .0" , features = [" ssz" ] }
125
+ alloy-rpc-types-engine = { version = " 0.14 .0" , features = [" ssz" ] }
126
+ alloy-rpc-types-eth = { version = " 0.14 .0" }
127
+ alloy-signer-local = { version = " 0.14 .0" }
128
+ alloy-rpc-client = { version = " 0.14 .0" }
129
+ alloy-genesis = { version = " 0.14 .0" }
130
+ alloy-trie = { version = " 0.8.1 " }
131
131
132
132
# optimism
133
- alloy-op-evm = { version = " 0.3.2 " , default-features = false }
134
- op-alloy-rpc-types = { version = " 0.12 " , default-features = false }
135
- op-alloy-rpc-types-engine = { version = " 0.12 " , default-features = false }
136
- op-alloy-rpc-jsonrpsee = { version = " 0.12 " , default-features = false }
137
- op-alloy-network = { version = " 0.12 " , default-features = false }
138
- op-alloy-consensus = { version = " 0.12 " , default-features = false }
133
+ alloy-op-evm = { version = " 0.5.0 " , default-features = false }
134
+ op-alloy-rpc-types = { version = " 0.14.1 " , default-features = false }
135
+ op-alloy-rpc-types-engine = { version = " 0.14.1 " , default-features = false }
136
+ op-alloy-rpc-jsonrpsee = { version = " 0.14.1 " , default-features = false }
137
+ op-alloy-network = { version = " 0.14.1 " , default-features = false }
138
+ op-alloy-consensus = { version = " 0.14.1 " , default-features = false }
139
139
140
140
async-trait = { version = " 0.1.83" }
141
141
clap = { version = " 4.4.3" , features = [" derive" , " env" ] }
0 commit comments