--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry
cosmwasm/workspace-optimizer:v0.12.11
This results in the following SHA256 checksums:
c6a3f65ca1036c81368f0632005e6c007334164acd532211f6532ba6ca4f97cd sg721_base.wasm
# Verify on chain contract
starsd q gov proposal $id --output json
| jq -r '.content.wasm_byte_code'
| base64 -d
| gzip -dc
| sha256sum
# Verify local contract
sha256sum artifacts/sg721_base.wasm