paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.94k stars 710 forks source link

Refactor `polkadot-parachain-bin` chain-specs for cumulus runtimes and move genesis presets to the runtimes `get_preset` #5704

Open bkontur opened 2 months ago

bkontur commented 2 months ago

Based on: https://github.com/paritytech/polkadot-sdk/pull/5327

Few runtimes are missing in the base PR

### Tasks
- [ ] For each configured runtime - switch to `genesis_builder_preset: "development"` in .github/workflows/runtimes-matrix.json
- [ ] Remove benchmark-flags for excludnig pallets here: https://github.com/paritytech/polkadot-sdk/pull/5872 (if gets merged)
iulianbarbu commented 2 months ago

Sounds like an omni node related issue, added it to the project. @kianenigma lmk if you have other thoughts.