mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
@@ -30,9 +30,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati
|
||||
polkadot-node-primitives = { path = "../../../../node/primitives" }
|
||||
polkadot-node-subsystem = { path = "../../../../node/subsystem" }
|
||||
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-cli = { path = "../../../../../substrate/client/cli" }
|
||||
sp-core = { path = "../../../../../substrate/primitives/core" }
|
||||
sc-service = { path = "../../../../../substrate/client/service" }
|
||||
# This one is tricky. Even though it is not used directly by the collator, we still need it for the
|
||||
# `puppet_worker` binary, which is required for the integration test. However, this shouldn't be
|
||||
# a big problem since it is used transitively anyway.
|
||||
@@ -42,11 +42,11 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf", features = ["test
|
||||
polkadot-parachain = { path = "../../.." }
|
||||
polkadot-test-service = { path = "../../../../node/test/service" }
|
||||
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-test-utils = { path = "../../../../../substrate/test-utils" }
|
||||
sc-service = { path = "../../../../../substrate/client/service" }
|
||||
sp-keyring = { path = "../../../../../substrate/primitives/keyring" }
|
||||
# For the puppet worker, depend on ourselves with the test-utils feature.
|
||||
test-parachain-adder-collator = { path = ".", features = ["test-utils"] }
|
||||
test-parachain-adder-collator = { path = "", features = ["test-utils"] }
|
||||
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user