Description (Contract)
Improve the test-consumer Soroban contract. Emit events for primary state changes. Work in contract/contracts/test-consumer/.
Tasks
- Implement the change in the relevant code paths
- Wire or persist state where the feature touches runtime behavior
- Add tests (unit, integration, and/or contract/UI as appropriate)
Additional Requirements
- Handle stale, disconnected, or invalid states gracefully where applicable
- Follow existing patterns in this repository (linting, modules, security)
Acceptance Criteria
- Contract tests and wasm release build pass in CI
- No regressions in closely related user or API flows
Description (Contract)
Improve the
test-consumerSoroban contract. Emit events for primary state changes. Work incontract/contracts/test-consumer/.Tasks
Additional Requirements
Acceptance Criteria