@@ -69,6 +69,10 @@ optimism = [
6969 " reth-optimism-chainspec" ,
7070 " reth-optimism-forks" ,
7171 " reth-optimism-primitives" ,
72+ " reth-optimism-txpool" ,
73+ " reth-optimism-rpc" ,
74+ " reth-optimism-consensus" ,
75+ " reth-optimism-evm" ,
7276 " reth-node-builder/op" ,
7377 " reth-payload-util" ,
7478 " reth-optimism-cli" ,
@@ -125,7 +129,9 @@ reth-origin = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3", pac
125129reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
126130reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
127131reth-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
132+ reth-cli-commands = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
128133reth-rpc-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
134+ reth-rpc-eth-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
129135reth-basic-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
130136reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
131137reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , features = [
@@ -134,8 +140,21 @@ reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3", f
134140] }
135141reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
136142reth-payload-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
143+ reth-payload-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
137144reth-node-builder = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
145+ reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
146+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
147+ reth-metrics = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
148+ reth-provider = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
138149reth-ipc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
150+ reth-tracing-otlp = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
151+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
152+ reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
153+ reth-network = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
154+ reth-node-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" }
155+
156+ # Revm dependencies
157+ revm-database = " 9.0"
139158
140159# Reth-optimism dependencies (optional)
141160op-alloy = { version = " 0.22.0" , features = [" full" ], optional = true }
@@ -144,6 +163,9 @@ reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.
144163reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
145164reth-optimism-forks = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
146165reth-optimism-rpc = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
166+ reth-optimism-txpool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
167+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
168+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
147169reth-payload-util = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
148170reth-optimism-cli = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
149171reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.9.3" , optional = true }
@@ -154,7 +176,7 @@ jsonrpsee-core = { version = "0.26.0", optional = true, features = ["client"] }
154176nanoid = { version = " 0.4" , optional = true }
155177alloy-genesis = { version = " 1.0" , default-features = false , optional = true }
156178ctor = { version = " 0.5" , optional = true }
157- tracing-subscriber = { version = " 0.3" , features = [
179+ tracing-subscriber = { version = " 0.3.20 " , features = [
158180 " env-filter" ,
159181 " json" ,
160182], optional = true }
0 commit comments