Cleanup: Remove polkadot-service dependency from minimal node (#2430)

* Remove polkadot-service dependency from minimal-node

* Clean up error handline

* Remove unwanted changes

* Unused deps
This commit is contained in:
Sebastian Kunert
2023-04-04 17:05:38 +02:00
committed by GitHub
parent eaf6c45445
commit 6c896b1ee6
5 changed files with 35 additions and 20 deletions
+4 -1
View File
@@ -2332,13 +2332,16 @@ dependencies = [
"cumulus-relay-chain-rpc-interface",
"futures",
"lru 0.9.0",
"polkadot-availability-recovery",
"polkadot-collator-protocol",
"polkadot-core-primitives",
"polkadot-network-bridge",
"polkadot-node-collation-generation",
"polkadot-node-core-runtime-api",
"polkadot-node-network-protocol",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-service",
"sc-authority-discovery",
"sc-client-api",
"sc-network",