github paritytech/cumulus statemint-shell
[Deprecated] Statemint Shell

latest releases: v1.0.0-rc5, v1.0.0, v1.0.0-rc4...
3 years ago

⚠️ Deprecated

The bootnodes were updated, find the new release here.

Old Release Notes

This release publishes the data used for starting the Shell parachain on Polkadot meant to become Statemint.

It is based on the shell runtime in the Statemine v504 release (it is only added as an asset to this release for convenience).

You can verify the artifacts for this release by first running an srtool build of the shell runtime for the Statemine v504 release (see details there) and then running the following script inside a checkout of the cumulus repo at release-statemint-shell:

cargo build --release -p polkadot-collator
./scripts/create_shell_spec.sh <path to srtool build of shell-runtime-wasm>

(Note that you will need the od tool that comes natively with any Linux-based system and the jq tool to run the script.)

The resulting shell-head-data and shell-spec-raw.json files should correspond to the shell-statemint-head-data and shell-statemint.json released here.

The generated shell-statemint-wasm is just a hexadecimal representation of the runtime wasm.

Don't miss a new cumulus release

NewReleases is sending notifications on new releases.