- Updated 3839 import statements in .go files - Updated all go.mod and go.sum files - Updated yml and md documentation files - Module path: github.com/tutus-one/tutus-chain |
||
|---|---|---|
| .. | ||
| README.md | ||
| 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
TestGenerateHelperContractsand setsaveStateflag totrue. - Run
TestGenerateHelperContracts. - Set
saveStateback tofalse.