mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 03:47:18 +00:00
dfcff64acb
This also changes workflows to test 1.22 and 1.23 only (refs. https://github.com/nspcc-dev/.github/issues/30). Fixes #3310. Signed-off-by: Roman Khimov <roman@nspcc.ru> |
||
---|---|---|
.. | ||
go.mod | ||
go.sum | ||
oracle.go | ||
oracle.manifest.json | ||
oracle.nef | ||
oracle.yml | ||
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:
- Open
TestGenerateHelperContracts
and setsaveState
flag totrue
. - Run
TestGenerateHelperContracts
. - Set
saveState
back tofalse
.