chevdor/Srtool

Build WASM Runtime with SRTOOL

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
chainName of the chain, ie. polkadot yes
packageRuntime package to build, ie. polkadot-runtime. If your runtime follows this pattern, you don't have and should not provide this input. If not provided, it will be set to <chain>-runtime no
imageYou can use an alternate image, use with caution! yesparitytech/srtool
tagTag of the srtool image to use. Omit to use the latest (recommended) no
workdirPath of the project, this is where your main Cargo.toml is located. This is relative to $GITHUB_WORKSPACE. no.
runtime_dirLocation of the runtime in your repo. The default is 'runtime/<chain_name>' no
profileWhich profile to use with cargo build. norelease
namedescription
jsonThe full json output of srtool. If you need more information than this action provides by default, you can use this json output and extract some content using 'jq'.
proposal_hashThe proposal hash as it will show on-chain
versionThe version of srtool
infoSome information from srtool about the current project
ipfsipfs hash
wasmPath of the produced compact runtime
wasm_compressedPath of the produced compressed runtime