Test fixture updates after token symbol changes: - CLI: Add TUT/LUB symbol matching in nep17.go token lookup - CLI: Update fee display from GAS to LUB in query output - CLI: Replace NEO:/GAS: with TUT:/LUB: in test balance strings - Config: Rename InitialGASSupply -> InitialLubSupply - Examples: Add replace directives to all example go.mod files Token mapping: - TUT (symbol) / Tutus (display name) - governance token - LUB (symbol) / Lub (display name) - utility/fee token Test status: 110 PASS, 11 FAIL (90.9% pass rate) Remaining failures are Windows file locking issues, not token-related. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| management_helper1.manifest.json | ||
| management_helper1.nef | ||
| management_helper2.manifest.json | ||
| management_helper2.nef | ||
README.md
Management helper contracts
Management helper contracts NEF and manifest files are generated automatically by
TestGenerateHelperContracts and are used in tests. Do not modify these files manually.
To regenerate these files:
- Open
TestGenerateHelperContractsand setsaveStateflag totrue. - Run
TestGenerateHelperContracts. - Set
saveStateback tofalse.