mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Add cumulus-service (#187)
* Add cumulus-service Crate that abstracts the service of a parachain. * Make finalization infallible
This commit is contained in:
Generated
+22
-1
@@ -920,7 +920,6 @@ dependencies = [
|
||||
"polkadot-validation",
|
||||
"sc-cli",
|
||||
"sc-client-api",
|
||||
"sc-service",
|
||||
"sp-api",
|
||||
"sp-blockchain",
|
||||
"sp-consensus",
|
||||
@@ -1093,6 +1092,27 @@ dependencies = [
|
||||
"trie-db",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-service"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-collator",
|
||||
"cumulus-consensus",
|
||||
"cumulus-network",
|
||||
"cumulus-primitives",
|
||||
"polkadot-collator",
|
||||
"polkadot-primitives",
|
||||
"polkadot-service",
|
||||
"sc-client-api",
|
||||
"sc-service",
|
||||
"sp-api",
|
||||
"sp-blockchain",
|
||||
"sp-consensus",
|
||||
"sp-core",
|
||||
"sp-inherents",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-test-client"
|
||||
version = "0.1.0"
|
||||
@@ -5788,6 +5808,7 @@ dependencies = [
|
||||
"cumulus-contracts-parachain-runtime",
|
||||
"cumulus-network",
|
||||
"cumulus-primitives",
|
||||
"cumulus-service",
|
||||
"cumulus-test-parachain-runtime",
|
||||
"derive_more 0.15.0",
|
||||
"exit-future 0.1.4",
|
||||
|
||||
Reference in New Issue
Block a user