@@ -39,7 +39,6 @@ signet-constants = { version = "0.8.0", path = "crates/constants" }
39
39
signet-evm = { version = " 0.8.0" , path = " crates/evm" }
40
40
signet-extract = { version = " 0.8.0" , path = " crates/extract" }
41
41
signet-node = { version = " 0.8.0" , path = " crates/node" }
42
- signet-rpc = { version = " 0.8.0" , path = " crates/rpc" }
43
42
signet-sim = { version = " 0.8.0" , path = " crates/sim" }
44
43
signet-types = { version = " 0.8.0" , path = " crates/types" }
45
44
signet-tx-cache = { version = " 0.8.0" , path = " crates/tx-cache" }
@@ -62,25 +61,7 @@ alloy-contract = { version = "1.0.19", features = ["pubsub"] }
62
61
63
62
# Reth
64
63
reth = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
65
- reth-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
66
- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
67
- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
68
- reth-db-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
69
- reth-eth-wire-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
70
- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
71
64
reth-exex = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
72
- reth-exex-test-utils = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
73
- reth-network-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
74
- reth-network-peers = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
75
- reth-node-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
76
- reth-node-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
77
- reth-prune-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
78
- reth-rpc-eth-api = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
79
- reth-transaction-pool = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
80
- reth-trie-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.5.1" }
81
-
82
- # Foundry periphery
83
- foundry-blob-explorers = " 0.17"
84
65
85
66
# Async
86
67
tokio = { version = " 1.43.0" , features = [" macros" ] }
@@ -89,28 +70,15 @@ async-trait = "0.1.87"
89
70
# Pinned for compatibility with reth
90
71
parking_lot = " 0.12"
91
72
92
- # Rpc
93
- jsonrpsee = " 0.24.9"
94
- jsonrpsee-core = " 0.24"
95
- jsonrpsee-http-client = " 0.24"
96
- jsonrpsee-types = " 0.24"
97
-
98
73
# Misc
99
- clap = " 4"
100
74
eyre = " 0.6.12"
101
75
tracing = " 0.1.41"
102
76
tracing-subscriber = " 0.3.19"
103
77
thiserror = " 2.0.12"
104
78
serde = { version = " 1.0.217" , features = [" derive" ] }
105
79
serde_json = " 1.0.137"
106
- openssl = { version = " 0.10" , features = [" vendored" ] }
107
80
reqwest = " 0.12.9"
108
- url = " 2.5.4"
109
- proptest = " 1.6.0"
110
81
chrono = " 0.4.38"
111
- hex = { package = " const-hex" , version = " 1.10" , default-features = false , features = [
112
- " alloc" ,
113
- ] }
114
82
uuid = " 1.16.0"
115
83
116
84
# Test Utils
0 commit comments