Commit Graph

5 Commits

Author SHA1 Message Date
Tutus Development f006f1623c Native contracts complete - all tests passing 2025-12-27 15:45:47 +00:00
Tutus Development a63b3dcb70 Migrate from GitHub to git.marketally.com
Update all module paths and import statements from github.com/tutus-one
to git.marketally.com/tutus-one for self-hosted Git server migration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-27 09:54:31 -05:00
Tutus Development f7db482384 Regenerate smartcontract test fixtures for import order
Regenerated test fixtures after tutusrpc/tutusinternal rename caused
alphabetical import order changes:
- rpcclient/* now sorts before tutusrpc/*
- storage now sorts before tutusinternal

Used rewriteExpectedOutputs flag to regenerate:
- testdata/nex/nex.go
- testdata/nameservice/nns.go
- testdata/gas/gas.go
- testdata/nonepiter/iter.go
- rpcbindings/*/rpcbindings_test.go

Fixed embedded expected strings in generate_test.go.

Test status: 104 PASS, 10 FAIL (91.3% pass rate)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 01:26:17 -05:00
Tutus Development 5598ed7d85 Update all imports from neo-go to tutus-chain
- Updated 3839 import statements in .go files
- Updated all go.mod and go.sum files
- Updated yml and md documentation files
- Module path: github.com/tutus-one/tutus-chain
2025-12-19 14:28:17 +00:00
Tutus Development 62bd7bb153 Initial Tutus chain fork from NeoGo
- Renamed module to github.com/tutus-one/tutus-chain
- Created Tutus network configurations
- Updated Makefile for tutus binary
- Updated service templates
- Added Tutus README
2025-12-19 14:23:04 +00:00