mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
parachain-system (#296)
* rename parachain-{upgrade -> system}
* Merge message-broker into parachain-system
* Remove message-broker and clean up
* Update docs
* Test upward messages sending
And also update the relay-sproof-builder so that it allows to set the
relay dispatch queue size for the given parachain.
* Test horizontal message sending
* Remove old inherent definitions
This commit is contained in:
Generated
+4
-17
@@ -1085,19 +1085,6 @@ dependencies = [
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-message-broker"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-parachain-upgrade",
|
||||
"cumulus-primitives",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"parity-scale-codec",
|
||||
"sp-inherents",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-network"
|
||||
version = "0.1.0"
|
||||
@@ -1128,7 +1115,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-parachain-upgrade"
|
||||
name = "cumulus-parachain-system"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-primitives",
|
||||
@@ -1253,8 +1240,7 @@ dependencies = [
|
||||
name = "cumulus-test-parachain-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-message-broker",
|
||||
"cumulus-parachain-upgrade",
|
||||
"cumulus-parachain-system",
|
||||
"cumulus-primitives",
|
||||
"cumulus-runtime",
|
||||
"frame-executive",
|
||||
@@ -1297,13 +1283,14 @@ dependencies = [
|
||||
"polkadot-primitives",
|
||||
"sp-runtime",
|
||||
"sp-state-machine",
|
||||
"sp-std",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cumulus-test-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-parachain-upgrade",
|
||||
"cumulus-parachain-system",
|
||||
"cumulus-primitives",
|
||||
"cumulus-runtime",
|
||||
"frame-executive",
|
||||
|
||||
Reference in New Issue
Block a user