mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
b5f6580da1
* 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
22 lines
375 B
TOML
22 lines
375 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"network",
|
|
"parachain-system",
|
|
"primitives",
|
|
"rococo-parachains/",
|
|
"rococo-parachains/pallets/parachain-info",
|
|
"rococo-parachains/primitives",
|
|
"rococo-parachains/runtime",
|
|
"runtime",
|
|
"service",
|
|
"test/runtime",
|
|
"test/client",
|
|
"test/service",
|
|
"test/relay-sproof-builder",
|
|
"xcm-handler",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|