tutus-chain/internal/contracts/oracle_contract
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
..
README.md Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
go.mod Migrate from GitHub to git.marketally.com 2025-12-27 09:54:31 -05:00
go.sum Migrate from GitHub to git.marketally.com 2025-12-27 09:54:31 -05:00
oracle.go Migrate from GitHub to git.marketally.com 2025-12-27 09:54:31 -05:00
oracle.manifest.json Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
oracle.nef Initial Tutus chain fork from NeoGo 2025-12-19 14:23:04 +00:00
oracle.yml Update all imports from neo-go to tutus-chain 2025-12-19 14:28:17 +00:00

README.md

Oracle helper contract

Oracle helper contract NEF and manifest files are generated automatically by TestGenerateHelperContracts and are used in tests. Do not modify these files manually. To regenerate these files:

  1. Open TestGenerateHelperContracts and set saveState flag to true.
  2. Run TestGenerateHelperContracts.
  3. Set saveState back to false.