mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 23:18:01 +00:00
886a1e1c76
This renames and moves the `SystemInherentData` into its own crate. The struct is now called `ParachainInherentData`. Besides moving the struct, this also moves the code for creating this struct into this crate.
22 lines
439 B
TOML
22 lines
439 B
TOML
[workspace]
|
|
members = [
|
|
"client/consensus",
|
|
"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"
|