mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +00:00
5cdbd7c42d
* Add a command to purge the relay chain only * WIP * Update rococo-parachains/src/cli.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Move cli stuff to its own crate * Copyright dates * Test not working for some reason... * WIP * Revert "WIP" This reverts commit f97cd63742c7df822e4a6e52a29db5e0f56b7bfa. * Fix test to use provided relay chain * Apply suggestions from code review Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Add hint about which database could not be purged Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
24 lines
487 B
TOML
24 lines
487 B
TOML
[workspace]
|
|
members = [
|
|
"cli",
|
|
"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"
|