@@ -7,35 +7,35 @@ edition = "2021"
77[dependencies ]
88anyhow = " 1"
99backoff = " 0.4"
10- cross-domain-message-gossip = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
10+ cross-domain-message-gossip = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
1111derivative = " 2.2.0"
1212derive_builder = " 0.12"
1313derive_more = " 0.99"
14- domain-client-message-relayer = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
15- domain-client-operator = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
16- domain-eth-service = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
17- domain-runtime-primitives = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
18- domain-service = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
19- evm-domain-runtime = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
14+ domain-client-message-relayer = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
15+ domain-client-operator = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
16+ domain-eth-service = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
17+ domain-runtime-primitives = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
18+ domain-service = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
19+ evm-domain-runtime = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
2020fp-evm = { version = " 3.0.0-dev" , git = " https://github.com/subspace/frontier" , rev = " 37ee45323120b21adc1d69ae7348bd0f7282eeae" }
2121frame-system = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
2222futures = " 0.3"
2323hex-literal = " 0.4"
24- pallet-rewards = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
25- pallet-subspace = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
24+ pallet-rewards = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
25+ pallet-subspace = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
2626parity-scale-codec = " 3.6.3"
2727parking_lot = " 0.12"
2828pin-project = " 1"
2929sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3030sc-consensus-slots = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
31- sc-consensus-subspace = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
31+ sc-consensus-subspace = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
3232sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3333sc-network = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3434sc-network-sync = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3535sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3636sc-service = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" , default-features = false }
3737sc-storage-monitor = { version = " 0.1.0" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" , default-features = false }
38- sc-subspace-chain-specs = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
38+ sc-subspace-chain-specs = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
3939sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4040sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4141sc-utils = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
@@ -47,21 +47,21 @@ serde = { version = "1", features = ["derive"] }
4747serde_json = " 1"
4848sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4949sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
50- sp-consensus-subspace = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
50+ sp-consensus-subspace = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
5151sp-core = { version = " 21.0.0" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
52- sp-domains = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
53- sp-domains-fraud-proof = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
54- sp-messenger = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
52+ sp-domains = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
53+ sp-domains-fraud-proof = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
54+ sp-messenger = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
5555sp-runtime = { version = " 24.0.0" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
5656sp-version = { version = " 22.0.0" , git = " https://github.com/subspace/polkadot-sdk" , rev = " c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
57- subspace-core-primitives = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
58- subspace-farmer = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
59- subspace-farmer-components = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
60- subspace-networking = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
61- subspace-rpc-primitives = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
62- subspace-runtime = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
63- subspace-runtime-primitives = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
64- subspace-service = { git = " https://github.com/subspace/subspace" , rev = " 9bda3d7a42aa5709fef8f8b509685769dad9dae5 " }
57+ subspace-core-primitives = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
58+ subspace-farmer = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
59+ subspace-farmer-components = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
60+ subspace-networking = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
61+ subspace-rpc-primitives = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
62+ subspace-runtime = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
63+ subspace-runtime-primitives = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
64+ subspace-service = { git = " https://github.com/subspace/subspace" , rev = " d504fed67492e5363b34308767d3281a0b9e21cf " }
6565tokio = { version = " 1.34.0" , features = [" fs" , " rt" , " tracing" , " macros" , " parking_lot" , " rt-multi-thread" , " signal" ] }
6666tokio-stream = { version = " 0.1" , features = [" sync" , " time" ] }
6767tracing = " 0.1"
0 commit comments