Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Yet Another Parachain #6089

Draft
wants to merge 23 commits into
base: stable2409
Choose a base branch
from
Draft

[WIP] Yet Another Parachain #6089

wants to merge 23 commits into from

Conversation

s0me0ne-unkn0wn
Copy link
Contributor

@s0me0ne-unkn0wn s0me0ne-unkn0wn commented Oct 16, 2024

This PR adds yet another testing parachain (YAP) with the following features:

  • It parses its own chainspec name to learn to which relay chain it belongs and what parachain ID it should use (examples being yap-rococo-local-100 or yap-kusama-live-2089);
  • Its genesis state contains 16000 pre-funded account pairs derived from seeds //Sender/<n> and //Receiver/<n> where n ∈ [0, 15999]. Regular well-known testing accounts are also available;
  • It contains balances and sudo pallets and is missing the XCM functionality;
  • It has CheckNonce and CheckGenesis signed extensions disabled.
  • Elastic scaling enabled: up to 3 cores can be used by the parachain

@s0me0ne-unkn0wn s0me0ne-unkn0wn changed the base branch from master to stable2409 November 11, 2024 14:50
Copy link

This pull request is amending an existing release. Please proceed with extreme caution,
as to not impact downstream teams that rely on the stability of it. Some things to consider:

  • Backports are only for 'patch' or 'minor' changes. No 'major' or other breaking change.
  • Should be a legit fix for some bug, not adding tons of new features.
  • Must either be already audited or not need an audit.
Emergency Bypass

If you really need to bypass this check: add validate: false to each crate
in the Prdoc where a breaking change is introduced. This will release a new major
version of that crate and all its reverse dependencies and basically break the release.

@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable 1/3
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7871369

@s0me0ne-unkn0wn
Copy link
Contributor Author

add XCM config

Whyyy, we wanted to keep it simple 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants