Internal ID: #90
Imported from ISSUES.md via scripts/import-issues.mjs.
Problem Statement. Game/NFT tests register both contracts in the same Env but no test asserts the cross-contract minter pattern works for arbitrary registration order.
Expected Outcome.
- A test: register NFT, grant minter, register Game, set NFT address, submit answers, mint badge. Assert full happy path.
Acceptance Criteria.
- New test in
stellar_hunts/src/test.rs.
Files / modules affected.
onchain/contracts/stellar_hunts/src/test.rs
Dependencies. None.
Difficulty / Effort. Medium / M (≈ 4 hours).
Labels. testing, area:contracts
Problem Statement. Game/NFT tests register both contracts in the same Env but no test asserts the cross-contract minter pattern works for arbitrary registration order.
Expected Outcome.
Acceptance Criteria.
stellar_hunts/src/test.rs.Files / modules affected.
onchain/contracts/stellar_hunts/src/test.rsDependencies. None.
Difficulty / Effort. Medium / M (≈ 4 hours).
Labels.
testing,area:contracts