neoneo-go/internal/contracts/oracle_contract
Anna Shaleva 6b21ad9922 *: replace interface{} with any keyword
Everywhere including examples, external interop APIs, bindings generators
code and in other valuable places. A couple of `interface{}` usages are
intentionally left in the CHANGELOG.md, documentation and tests.
2023-04-04 13:22:42 +03:00
..
go.mod *: bump min supported go version from 1.17 to 1.18 2023-03-31 09:59:24 +03:00
go.sum *: update interops, add tests for new management methods 2022-12-02 10:57:05 +03:00
oracle.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
oracle.manifest.json native: add Oracle.finish reentrancy test 2022-08-10 19:02:36 +03:00
oracle.nef native: add Oracle.finish reentrancy test 2022-08-10 19:02:36 +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.