Complexity: 150 points
Branch: feat/sc-deploy-manifest-standard
Summary
Standardize the contract deployment manifest format so deploy scripts, backend registry sync, and contributors all consume the same artifact.
Tasks
- Define a canonical manifest schema for contract ids, wasm hashes, versions, and init params.
- Emit the manifest from deploy scripts in a stable order.
- Add tests validating schema compatibility across contract updates.
- Ensure manifest fields are network-bound and unambiguous.
Acceptance Criteria
- Every deployment emits the same manifest shape.
- Backend/frontend can consume the artifact without custom parsing.
- Schema drift is prevented by tests.
Complexity: 150 points
Branch: feat/sc-deploy-manifest-standard
Summary
Standardize the contract deployment manifest format so deploy scripts, backend registry sync, and contributors all consume the same artifact.
Tasks
Acceptance Criteria