Context
Every SEP-41 token in contracts/ should pass a standard compliance test suite. Currently tests are per-contract and not standardized.
Work
Acceptance criteria
- Compliance suite runs against 3+ contracts
- Any SEP-41 function deviation causes test failure
- CI job added
Context
Every SEP-41 token in
contracts/should pass a standard compliance test suite. Currently tests are per-contract and not standardized.Work
contracts/test-support/sep41_compliance.rswith tests for all SEP-41 functionsdeposit-withdraw,flashloan-token,amm-poolLP tokenscargo test -p sep41-complianceAcceptance criteria