Labels: enhancement, infrastructure, security
Priority: Medium
Estimated Time: 1.5 hours
Description:
scripts/build.sh produces the WASM artifacts deployed to mainnet, but there's no verification that two independent builds from the same commit produce byte-identical output, which matters for audit trust.
Tasks:
- Pin toolchain versions explicitly in
scripts/build.sh
- Add a CI job that builds twice and diffs the resulting WASM hashes
- Fail CI on non-reproducible output
- Document reproducible build steps in
docs/deployment-guide.md
Labels:
enhancement,infrastructure,securityPriority: Medium
Estimated Time: 1.5 hours
Description:
scripts/build.shproduces the WASM artifacts deployed to mainnet, but there's no verification that two independent builds from the same commit produce byte-identical output, which matters for audit trust.Tasks:
scripts/build.shdocs/deployment-guide.md