@@ -54,7 +54,7 @@ reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth.git",
5454reth-engine-local = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
5555reth-engine-primitives = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
5656reth-ethereum-payload-builder = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
57- reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
57+ reth-ethereum-primitives = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" , features = [ " serde " , " serde-bincode-compat " , " reth-codec " ] }
5858reth-e2e-test-utils = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
5959reth-evm = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
6060reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
@@ -70,6 +70,9 @@ reth-revm = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.8.4" }
7070reth-rpc-api = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
7171reth-rpc-builder = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
7272reth-rpc-engine-api = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
73+ reth-rpc = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
74+ reth-rpc-convert = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
75+ reth-codecs = { git = " https://github.com/paradigmxyz/reth.git" , tag = " v1.8.4" }
7376
7477ev-revm = { path = " crates/ev-revm" }
7578ev-primitives = { path = " crates/ev-primitives" }
@@ -110,6 +113,7 @@ alloy-signer = { version = "1.0.37", default-features = false }
110113alloy-signer-local = { version = " 1.0.37" , features = [" mnemonic" ] }
111114alloy-primitives = { version = " 1.3.1" , default-features = false }
112115alloy-consensus = { version = " 1.0.37" , default-features = false }
116+ alloy-consensus-any = { version = " 1.0.37" , default-features = false }
113117alloy-rlp = { version = " 0.3.12" , default-features = false }
114118alloy-genesis = { version = " 1.0.37" , default-features = false }
115119alloy-rpc-types-txpool = { version = " 1.0.37" , default-features = false }
0 commit comments