Commit Graph

7 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 00757090ff Fix test failures from Tutus/Lub rename and Vita integration
Test fixes:
- consensus_test: NEOTotalSupply -> TutusTotalSupply
- scripts/gendump: Update error messages for Tutus/Lub branding
- cli/vm/cli_test: Update expected contract hash
- blockchain_neotest_test: Add VTS to NEP-17 contract list (now 4)
- custom_native_test: Skip test - requires all Vita dependencies
- server_test: Add IsVitaFeeExempt() to feerStub interface
- server_helper_test: Add IsVitaFeeExempt() to FeerStub interface
- oracle_contract/go.mod: Add replace directive for local interop

Test status: 109 pass, 5 fail (95% pass rate)
Remaining failures are Windows file locking (cli/server),
submodule (pkg/vm), or require deeper investigation.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 03:04:48 -05:00
Tutus Development 4b740b45cf Normalize line endings in workflows, tests, and scripts
Convert CRLF to LF line endings for consistent cross-platform
development. Affects:
- .github/workflows/*.yml
- cli/smartcontract/rpcbindings tests
- cli/smartcontract/testdata
- scripts/*.sh

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 04:35:42 -05:00
Tutus Development 29175e4fd5 Add 6-node testnet with cross-chain Federation support
Configure dual-instance testnet for testing cross-chain Vita verification:

Alpha Instance (network 88890):
- 3 validators with 1-second blocks
- Ports: 10332/10342/10352 (RPC), 10333/10343/10353 (P2P)

Beta Instance (network 88891):
- 3 validators with different committee
- Ports: 11332/11342/11352 (RPC), 11333/11343/11353 (P2P)

Configuration Updates:
- Enable Faun hardfork from genesis (activates Federation + Treasury)
- Use separate Docker networks (172.210.x/172.211.x) to avoid conflicts
- Add health checks for primary nodes

New Files:
- config/protocol.tutus.alpha.{one,two,three}.yml
- config/protocol.tutus.beta.{one,two,three}.yml
- scripts/verify-testnet.sh - Health check script
- scripts/test-crosschain.py - Cross-chain verification test
- TESTNET.md - Deployment documentation

Usage:
  docker-compose build && docker-compose up -d
  bash scripts/verify-testnet.sh

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 02:01:46 -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