tutus-chain/pkg/core/native/native_test
Tutus Development dd826d9bad Complete Tutus/Lub branding in test files
Rename test files and function names to match Tutus/Lub branding:

File Renames:
- neo_test.go → tutus_test.go
- gas_test.go → lub_test.go

Function Renames:
- TestNEO_* → TestTutus_*
- TestGAS_* → TestLub_*
- Specific: TestNEO_GasPerBlock → TestTutus_LubPerBlock
- Specific: TestNEO_RecursiveGASMint → TestTutus_RecursiveLubMint
- Specific: TestNEO_UnclaimedGas → TestTutus_UnclaimedLub

Variable Renames:
- neoCommitteeInvoker → tutusCommitteeInvoker
- neoValidatorInvoker → tutusValidatorInvoker
- gasValidatorInvoker → lubValidatorInvoker
- newNeoCommitteeClient → newTutusCommitteeClient
- newNeoValidatorsClient → newTutusValidatorsClient

Also replaced neotest. → tutustest. across all test files.

Test Status:
- 642/651 tests pass (98.6%)
- 9 InteropAPI tests fail (compiled contracts calling native contracts)
  - Issue is with CALLT/native contract call mechanism, not naming
  - All non-InteropAPI tests pass including new native contracts
2025-12-21 08:40:16 -05:00
..
helpers/policyhelper Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
annos_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
collocatio_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
common_test.go Complete Tutus/Lub branding in test files 2025-12-21 08:40:16 -05:00
cryptolib_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
cryptolib_verification_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
designate_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
eligere_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
federation_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
generate_expected_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
ledger_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
lex_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
lub_test.go Complete Tutus/Lub branding in test files 2025-12-21 08:40:16 -05:00
management_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
notary_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
opus_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
oracle_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
palam_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
policy_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
pons_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
role_registry_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
salus_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
scire_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
sese_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
std_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
treasury_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
tribute_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
tutus_test.go Complete Tutus/Lub branding in test files 2025-12-21 08:40:16 -05:00
vita_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00
vts_test.go Complete neotest to tutustest rename in test files 2025-12-21 08:00:30 -05:00