Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* copy in parachain template, and sort out cargo.toml * Stub in collect collation info api * Copy in key parts of pallet parachain system * kick can down road on inherent scraping * scribble idea about calling existing runtime apis from validate block * change default paraid to 2000 * Install proper inherent data providers in collator client-side. * Install parachain piece in the runtime * Add zombienet config * feature gate parachain aspects of runtime and restore working standalone node. * Testing Validate block is tricky because the `validate_block` function is only built to wasm. I think it has to be that way because overwriting host functions... Maybe there is more to be explored here, but I found it not that rewarding of a direction. Feel free to explore more especially if we get desperate. * Unit tests for parachain piece * Proper hrmp watermark. Achieve working POC 🤵♂️🤱🍆🪂⛓️👶❗️ * Use TuxedoGenesisBlockBuilder in parachain service * Use modified `ExportGenesisState` aka `ExportGenesisHead` command. * Parachain docker image * Switch branch to 1.3.0 fork Pick paritytech/polkadot-sdk#1897 into our target branch * Bring in dev service and enable it exactly when using --dev --------- Co-authored-by: Matteo Muraca <56828990+muraca@users.noreply.github.com>
- Loading branch information