OpenZeppelin / OpenZeppelin/compact-contracts
Add Native Shielded Token integration tests
Open
1-medium
feat:token
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 29
- Avg merge
- 5d 7h
- Merged PRs (30d)
- 25
Description
Sub-issue of #544.
🧐 Motivation
The native shielded token needs end-to-end coverage against a live Midnight stack (deploy, mint, burn, supply, privacy, collisions) beyond the unit simulator suites. Review of the integration suite was deferred until it runs, so it lands as its own PR.
📝 Details
- Integration specs under
test/integration/specs/nativeShieldedToken/(mint, burn, supply, privacy, collision, effects, smoke, unrestricted) on the async backend-aware harness. - Requires the
@midnight-ntwrk/*dev-deps to install and run (CI red until those land). - To be split into its own PR stacked on the core (#621); currently parked in #621.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.