tutus-chain/pkg/core/native/native_test
Tutus Development a2bf6a95df Complete Annos to Tutus rename across codebase
Update all remaining references from Annos (old governance contract name)
to Tutus (blockchain governance contract) across the codebase:

Contract Updates:
- All native contracts: .Annos field → .Tutus field
- Interface references: IAnnos → ITutus
- Method calls: annos.* → tutus.*

Files Updated:
- blockchain.go: annos field → tutus field
- All native contracts (collocatio, designate, federation, lex,
  management, native_lub, notary, opus, oracle, palam, policy,
  pons, role_registry, salus, scire, sese, treasury, tribute, vts)
- native_tutus.go: Internal struct/method renames

Test Updates:
- Updated all test files to use new Tutus references
- Fixed expected manifest names: NeoToken → TutusToken, GasToken → LubToken
- Updated Vita register calls with birthTimestamp parameter
- Fixed expected error messages (GAS → Lub)

CLI/RPC Updates:
- cli/wallet: Updated native contract references
- rpcclient/neo: Updated for Tutus naming

This completes Phase 1 of the refactoring:
- Tutus = blockchain governance (validators, committee, staking)
- Annos = lifespan/years tracking (age, life stages, entitlements)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 00:56:43 +00:00
..
helpers/policyhelper Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
annos_test.go Add Annos lifespan contract and Eligere voting age integration 2025-12-21 00:55:29 +00:00
common_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
cryptolib_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
cryptolib_verification_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
designate_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
eligere_test.go Add Eligere native contract tests 2025-12-20 06:44:00 +00:00
gas_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
ledger_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
management_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
neo_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
notary_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
opus_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
oracle_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
policy_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
role_registry_test.go Add RoleRegistry native contract for hierarchical RBAC 2025-12-20 01:35:26 +00:00
salus_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
scire_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
sese_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
std_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
treasury_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
tribute_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
vita_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
vts_test.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00