@@ -36,13 +36,10 @@ incremental = false
3636[workspace .dependencies ]
3737signet-blobber = { version = " 0.16.0-rc.7" , path = " crates/blobber" }
3838signet-block-processor = { version = " 0.16.0-rc.7" , path = " crates/block-processor" }
39- signet-db = { version = " 0.16.0-rc.7" , path = " crates/db" }
4039signet-genesis = { version = " 0.16.0-rc.7" , path = " crates/genesis" }
4140signet-node = { version = " 0.16.0-rc.7" , path = " crates/node" }
4241signet-node-config = { version = " 0.16.0-rc.7" , path = " crates/node-config" }
4342signet-node-tests = { version = " 0.16.0-rc.7" , path = " crates/node-tests" }
44- signet-node-types = { version = " 0.16.0-rc.7" , path = " crates/node-types" }
45- signet-rpc = { version = " 0.16.0-rc.7" , path = " crates/rpc" }
4643signet-rpc-storage = { version = " 0.16.0-rc.7" , path = " crates/rpc-storage" }
4744
4845init4-bin-base = { version = " 0.18.0-rc.8" , features = [" alloy" ] }
@@ -76,43 +73,22 @@ alloy = { version = "1.4.0", features = [
7673 " genesis" ,
7774 " arbitrary" ,
7875] }
79- alloy-contract = { version = " 1.4.0" , features = [" pubsub" ] }
8076
8177# Reth
8278reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
83- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
8479reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
85- reth-codecs = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
86- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
87- reth-db-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
88- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
89- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
90- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
9180reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
9281reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
93- reth-libmdbx = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
94- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
95- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
9682reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
97- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
98- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
99- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
100- reth-stages-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
10183reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.10.2" }
10284
10385# Foundry periphery
10486foundry-blob-explorers = " 0.17"
10587
10688# Async
10789tokio = { version = " 1.43.0" , features = [" macros" ] }
108- async-trait = " 0.1.87"
109-
110- # Pinned for compatibility with reth
111- parking_lot = " 0.12"
11290
11391# Misc
114- chrono = " 0.4.38"
115- clap = " 4"
11692eyre = " 0.6.12"
11793futures-util = " 0.3.31"
11894hex = { package = " const-hex" , version = " 1.10" , default-features = false , features = [
@@ -121,19 +97,15 @@ hex = { package = "const-hex", version = "1.10", default-features = false, featu
12197itertools = " 0.14.0"
12298metrics = " 0.24.2"
12399openssl = { version = " 0.10" , features = [" vendored" ] }
124- proptest = " 1.6.0"
125100reqwest = " 0.12.9"
126101serde = { version = " 1.0.217" , features = [" derive" ] }
127102serde_json = " 1.0.137"
128- smallvec = " 1.15.1"
129103tracing = " 0.1.41"
130104tracing-subscriber = " 0.3.19"
131105thiserror = " 2.0.12"
132106url = " 2.5.4"
133- uuid = " 1.16.0"
134107
135108# Test Utils
136- alloy-rlp = " 0.3.11"
137109tempfile = " 3.17.0"
138110
139111# [patch.crates-io]
0 commit comments