[Deprecated] Statemint Shell
⚠️ 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.