tutus-chain/pkg/services/rpcsrv
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
..
params Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
testdata Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
client_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
error.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
local_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
notification_comparator.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
server.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
server_helper_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
server_test.go Rename interop packages neo→tutus and gas→lub 2025-12-21 03:20:53 +00:00
subscription.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
subscription_test.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
tokens.go Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00
util.go Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00