tutus-chain/pkg/core/native/native_test
Tutus Development 64c682cd68 Rename NEO to Annos and GAS to Lub native contracts
Rename the core governance and utility tokens to reflect Tutus
blockchain's identity-centric design:

- NEO -> Annos (Latin for "years" - governance token tied to Vita)
- GAS -> Lub (lubrication - utility/fee token)

File renames:
- native_neo.go -> native_annos.go
- native_gas.go -> native_lub.go
- native_neo_candidate.go -> native_annos_candidate.go

Struct/interface renames:
- NEO struct -> Annos, INEO -> IAnnos
- GAS struct -> Lub, IGAS -> ILub

Constants updated:
- nativenames: Neo="NeoToken" -> Annos="AnnosToken"
- nativenames: Gas="GasToken" -> Lub="LubToken"
- NEOTotalSupply -> AnnosTotalSupply
- GASFactor -> LubFactor

Regenerated nativehashes for new manifest names.

Updated all native contracts, blockchain.go, test files,
CLI wallet, and RPC client packages.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 11:34:42 +00:00
..
helpers/policyhelper Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +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 Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
neo_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
notary_test.go Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
opus_test.go Add Opus native contract for AI workforce integration 2025-12-20 08:51:48 +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 Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
role_registry_test.go Add RoleRegistry native contract for hierarchical RBAC 2025-12-20 01:35:26 +00:00
salus_test.go Add Salus native contract for universal healthcare 2025-12-20 08:53:57 +00:00
scire_test.go Add Scire native contract for universal education 2025-12-20 07:25:08 +00:00
sese_test.go Add Sese native contract for life planning 2025-12-20 08:54:28 +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 Add Tribute native contract for anti-hoarding economics 2025-12-20 08:53:19 +00:00
vita_test.go Add Eligere native contract for democratic voting 2025-12-20 06:30:43 +00:00
vts_test.go Add Eligere native contract for democratic voting 2025-12-20 06:30:43 +00:00