mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 23:21:02 +00:00
7ffb205b0d
* Start with a failing integration test & some refactorings * More work * Make it "work" * Add `NullConsensus` for the test * More refactorings * Move stuff over to its own crate * Refactorings * Integrate it into `service` and make the test working * Docs and some exit condition * Use the real import queue * Fix tests * Update client/pov-recovery/src/active_candidate_recovery.rs Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Fetch slot duration from the relay chain * Docs * Fixes Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
33 lines
747 B
TOML
33 lines
747 B
TOML
[workspace]
|
|
members = [
|
|
"client/cli",
|
|
"client/consensus/aura",
|
|
"client/consensus/common",
|
|
"client/consensus/relay-chain",
|
|
"client/network",
|
|
"client/pov-recovery",
|
|
"client/service",
|
|
"pallets/aura-ext",
|
|
"pallets/dmp-queue",
|
|
"pallets/parachain-system",
|
|
"pallets/xcm",
|
|
"pallets/xcmp-queue",
|
|
"primitives/core",
|
|
"primitives/parachain-inherent",
|
|
"primitives/utility",
|
|
"polkadot-parachains/",
|
|
"polkadot-parachains/pallets/parachain-info",
|
|
"polkadot-parachains/pallets/ping",
|
|
"polkadot-parachains/rococo-runtime",
|
|
"polkadot-parachains/shell-runtime",
|
|
"test/runtime",
|
|
"test/runtime-upgrade",
|
|
"test/client",
|
|
"test/service",
|
|
"test/relay-sproof-builder",
|
|
"test/relay-validation-worker-provider",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|