This directory is the home of Parity-developed parachain runtimes. This directory is runtime focused, and does not include builds of parachain nodes.
The general internal structure is:
chain-specs
: Chain specs for the runtimes contained in its sibling dirruntimes
.common
: Common configurations,impl
s, etc. used by several parachain runtimes.integration-tests
: Integration tests to test parachain interactions via XCM.pallets
: FRAME pallets that are specific to parachains.runtimes
: The entry point for parachain runtimes.
The runtimes
directory includes many, but is not limited to,
system parachains. Likewise, not all
system parachains are in this repo.
The project maintainers generally try to release a set of parachain runtimes for each Polkadot Relay Chain runtime release.