Commit Graph

5 Commits

Author SHA1 Message Date
Tutus Development b67e4865b8 Add single-node consensus configuration
- Create protocol.tutus.single.yml for local development
- Update docker-compose to use consensus config with validator wallet
- Magic 88890 for single-node, 1-second blocks, 1 validator

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 15:16:29 +00:00
Tutus Development 84a1caace1 Add Docker support for Tutus
- Update Dockerfile for Tutus branding and Go 1.24
- Rename and simplify entrypoint script
- Add docker-compose.yml for single-node testnet

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 15:02:00 +00:00
Tutus Development cf8d3ce9f2 Fix build: update branding and local interop module
- Add replace directive for local pkg/interop module
- Fix Makefile sed pattern for MODVERSION extraction
- Update CLI branding to Tutus

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 14:58:36 +00: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