Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.47 KB

index.adoc

File metadata and controls

54 lines (43 loc) · 1.47 KB

Command: --help

link:usage.adoc[role=include]

Command: get

link:usage_get.adoc[role=include]

Command: info

link:usage_info.adoc[role=include]
Note
By default, the ID for the Parachain pallet is expected to be 0x01 and the call ID for authorize_upgrade is expected to be 0x03. This default behavior can be overriden by setting the PARACHAIN_PALLET_ID to the ID of your parachain pallet and the AUTHORIZE_UPGRADE_PREFIX to the ID of your choice.

Due to a breaking change to the parachainSystem::authorizeUpgrade extrinsic, a new checkVersion boolean flag is required on chains running on Cumulus v0.9.41 and above. This new behavior is supported by the AUTHORIZE_UPGRADE_CHECK_VERSION env variable, which, if set, is evaluated to true if its value is the string "true", or false` otherwise. If not set, the behavior remains the same as pre-0.9.41.

The new check_spec_version parameter can be provided with the AUTHORIZE_UPGRADE_CHECK_VERSION=true or AUTHORIZE_UPGRADE_CHECK_VERSION=false variable, if needed.

Command: version

link:usage_version.adoc[role=include]

Command: meta

link:usage_meta.adoc[role=include]

Command: show

link:usage_show.adoc[role=include]

Command: diff

link:usage_diff.adoc[role=include]

Command: compress

link:usage_compress.adoc[role=include]

Command: decompress

link:usage_decompress.adoc[role=include]