tutus-chain/cli
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
..
app Fix build: update branding and local interop module 2025-12-19 14:58:36 +00:00
cmdargs Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
flags Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
input Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
nep_test Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
options Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
paramcontext Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
query Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
server Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
smartcontract Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
testdata Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
txctx Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
util Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
vm Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
wallet Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
.gitignore Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
main.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00