tutus-chain/examples/nft-nd-nns
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
..
go.mod Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
go.sum Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
namestate.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
nns.go Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
nns.yml Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
nns_test.go Complete Tutus/Lub branding in test files 2025-12-21 08:40:16 -05:00
recordtype.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00