neo-go/internal/contracts/oracle_contract
Roman Khimov da2db74bc9 contracts: decipher oracle test contract
Make it a proper Go contract, opcodes are fun until you want to change
something in them. Part of #2412.
2022-08-10 19:02:36 +03:00
..
go.mod contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
go.sum contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
oracle.go contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
oracle.manifest.json contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
oracle.nef contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
oracle.yml contracts: decipher oracle test contract 2022-08-10 19:02:36 +03:00
README.md core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00

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.