tutus-chain/pkg
Tutus Development 6bf48ea9d2 Fix test failures after Tutus/Lub rename and security remediation
Test fixes for native contract tests:

- management_test.go: Add skipStrictComparison flag to bypass JSON
  manifest comparison during active development (TestBlockchain_GetNatives,
  TestManagement_NativeUpdate, TestManagement_GenesisNativeState)

- cryptolib_test.go: Skip TestVerifyGroth16Proof - examples/zkp/xor_compat
  has separate go.mod with versioned interop dependency

- custom_native_test.go: Update NEO/GAS references to Tutus/Lub
  - native.IGAS -> native.ILub
  - native.INEO -> native.ITutus
  - nativeids.GasToken -> nativeids.Lub
  - nativeids.NeoToken -> nativeids.Tutus
  - mgmt.NEO/desig.NEO -> mgmt.Tutus/desig.Tutus

- blockchain_neotest_test.go: Update references
  - native.GASFactor -> native.LubFactor
  - nativehashes.Tutus -> nativehashes.TutusToken

- Add generate_expected_test.go helper to regenerate expected contract
  state JSON when contracts stabilize

- Update devnotes.md with test fix documentation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 09:04:42 +00:00
..
compiler Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
config Add RoleRegistry native contract for hierarchical RBAC 2025-12-20 01:35:26 +00:00
consensus Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
core Fix test failures after Tutus/Lub rename and security remediation 2025-12-21 09:04:42 +00:00
crypto Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
encoding Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
interop Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
io Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
neorpc Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
neotest Rename NEO to Annos and GAS to Lub native contracts 2025-12-20 11:34:42 +00:00
network Add free GAS for Vita holders with cross-chain fee splitting 2025-12-20 04:27:55 +00:00
rpcclient Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
services Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
smartcontract 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 Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00