tutus-chain/pkg/core
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
..
block Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
chaindump Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
dao Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
fee Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
interop Fix remaining Neo/Gas references to Tutus/Lub in test files 2025-12-21 02:43:45 +00:00
mempool Add free GAS for Vita holders with cross-chain fee splitting 2025-12-20 04:27:55 +00:00
mempoolevent Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
mpt Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
native Fix test failures after Tutus/Lub rename and security remediation 2025-12-21 09:04:42 +00:00
state Complete Collocatio native contract for PIO/EIO/CIO investments 2025-12-21 04:18:23 +00:00
stateroot Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
statesync Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
storage Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
test_data Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
transaction Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
basic_chain_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
bench_test.go Fix remaining Neo/Gas references to Tutus/Lub in test files 2025-12-21 02:43:45 +00:00
blockchain.go Complete Annos to Tutus rename across codebase 2025-12-21 00:56:43 +00:00
blockchain_core_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
blockchain_neotest_test.go Fix test failures after Tutus/Lub rename and security remediation 2025-12-21 09:04:42 +00:00
custom_native_test.go Fix test failures after Tutus/Lub rename and security remediation 2025-12-21 09:04:42 +00:00
doc.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
headerhashes.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
helper_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
interops.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
native_designate_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
prometheus.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
util.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
util_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00