Files
pezkuwi-subxt/parachains
Hector Bulgarini 9c1470893c Upgrade spec_version to 9230 and bump transaction_version for assets parachains. (#1340)
* Transaction version bump + updated spec_version

* Reformatting issue

* Adding missing runtimes

* Upgrading contracts pallet runtime version

* Upgrading Seedling runtime

* Bump polkadot-parachain version

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
2022-06-11 01:10:57 +02:00
..
2022-06-02 11:32:57 +02:00
2022-06-02 11:32:57 +02:00
2022-05-24 12:58:39 +02:00

Parachains

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 dir runtimes.
  • common: Common configurations, impls, etc. used by several parachain runtimes.
  • pallets: FRAME pallets that are specific to parachains.
  • runtimes: The entry point for parachain runtimes.

Common Good Parachains

The runtimes directory includes many, but is not limited to, common good parachains. Likewise, not all common good parachains are in this repo.

Releases

The project maintainers generally try to release a set of parachain runtimes for each Polkadot Relay Chain runtime release.