tutus-chain/pkg/compiler
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
..
testdata Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
analysis.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
assign_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
binary_expr_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
builtin_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
byte_conversion_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
codegen.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
codegen_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
compiler.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
compiler_test.go Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
constant_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
convert_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
debug.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
debug_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
defer_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
doc.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
for_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
func_scope.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
function_call_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
generics_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
global_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
if_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
import_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
init_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
inline.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
inline_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
interop_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
jumps_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
lambda_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
limit_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
map_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
native_test.go Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
nilcheck_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
numeric_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
panic_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
pointer_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
return_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
slice_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
struct_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
switch_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
syscall_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
type_test.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
types.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
vardecl_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
vars.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
verify_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
vm_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00