-
Notifications
You must be signed in to change notification settings - Fork 690
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
[xcm-emulator] Redo Parachain init #1356
Conversation
bot fmt |
@NachoPal https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3533007 was started for your command Comment |
@NachoPal Command |
The CI pipeline was cancelled due to failure one of the required jobs. |
Co-authored-by: Squirrel <[email protected]>
* bring back proper init * refactor block cycle * ".git/.scripts/commands/fmt/fmt.sh" * Update cumulus/xcm/xcm-emulator/src/lib.rs Co-authored-by: Squirrel <[email protected]> --------- Co-authored-by: command-bot <> Co-authored-by: Giles Cope <[email protected]>
* bring back proper init * refactor block cycle * ".git/.scripts/commands/fmt/fmt.sh" * Update cumulus/xcm/xcm-emulator/src/lib.rs Co-authored-by: Squirrel <[email protected]> --------- Co-authored-by: command-bot <> Co-authored-by: Giles Cope <[email protected]>
Fixes paritytech/cumulus#3023
The rest of the failing tests due to
runtime-benchamrks
feature are fixed here: #1247In regard to this comment, proper Parachain initialisation done here never reached
master
after paritytech/cumulus#2300 was merged.Parachain initialisation has been redone and refactored.