tutus-chain/pkg/core/native/native_test
Tutus Development c07696a18c Rename interop packages neo→tutus and gas→lub
Complete the Tutus/Lub rename across the interop layer:

Package Renames:
- pkg/interop/native/neo → pkg/interop/native/tutus
- pkg/interop/native/gas → pkg/interop/native/lub

Hash Updates:
- Update Hash constants to match new TutusToken/LubToken hashes
- Update all hardcoded contract hashes in test manifests

Method Renames (native contract):
- getGasPerBlock → getLubPerBlock
- setGasPerBlock → setLubPerBlock
- unclaimedGas → unclaimedLub

Struct Field Renames:
- AccountState.LastGasPerVote → LastLubPerVote

Import Updates:
- All files importing interop/native/neo now use interop/native/tutus
- All files importing interop/native/gas now use interop/native/lub
- Package usage: neo.* → tutus.*, gas.* → lub.*

Test Updates:
- native_test/neo_test.go: Updated method names and embedded contract
- native_test/common_test.go: LubPerBlock naming
- compiler/native_test.go: Use cs.Tutus()/cs.Lub() methods
- All test manifests updated with new hashes

RPC Client Updates:
- rpcclient/neo/neo.go: setLubMethod constant and method calls

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 03:20:53 +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 Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +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 interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
neo_test.go Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +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