neo-go/internal/contracts/oracle_contract
Roman Khimov 19aad75242 *: update interops
Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-07-27 12:56:56 +03:00
..
go.mod *: update interops 2024-07-27 12:56:56 +03:00
go.sum *: update interops 2024-07-27 12:56:56 +03:00
oracle.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
oracle.manifest.json core: move contract notifications check under HFBasilisk 2023-08-18 16:40:20 +03:00
oracle.nef core: move contract notifications check under HFBasilisk 2023-08-18 16:40:20 +03:00
oracle.yml native: add Oracle.finish reentrancy test 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.