mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
4820fa16b1
* Move consensus to consensus-common crate * Move the parachain consensus out of the collator * Add first relay chain consensus stuff * Remove some warnings * Fix more stuff * Fix collator test * Change `ParachainConsensus` to take a mutable self * Make everything compile * Feedback
23 lines
479 B
TOML
23 lines
479 B
TOML
[workspace]
|
|
members = [
|
|
"client/consensus/common",
|
|
"client/consensus/relay-chain",
|
|
"client/network",
|
|
"client/service",
|
|
"pallets/parachain-system",
|
|
"pallets/xcm-handler",
|
|
"primitives/core",
|
|
"primitives/parachain-inherent",
|
|
"rococo-parachains/",
|
|
"rococo-parachains/pallets/parachain-info",
|
|
"rococo-parachains/primitives",
|
|
"rococo-parachains/runtime",
|
|
"test/runtime",
|
|
"test/client",
|
|
"test/service",
|
|
"test/relay-sproof-builder",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|