mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
de7aba91d7
* initial chain spec template * boot nodes, para ids, name * para id 1001 * update boot nodes * add collators accounts and session keys * add p2p into wss boot nodes pathes * replace aura raw private keys by ss58 * remove collectives spec * rename collectives genesis spec into collectives * Revert "rename collectives genesis spec into collectives" This reverts commit 60df522a5c3666a9984d87476c2d93f28a2910fb. * insert wasm into spec
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 dirruntimes.common: Common configurations,impls, 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.
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.