neo-go/internal/contracts/management_helper
Anna Shaleva e0ab4ec6f0 core: adjust helper test contract
Method is allowed to have single return value on stack after its invocation.
Make sure that test contract follows this rule.
2022-03-30 11:46:44 +03:00
..
management_helper1.manifest.json core: adjust helper test contract 2022-03-30 11:46:44 +03:00
management_helper1.nef core: adjust helper test contract 2022-03-30 11:46:44 +03:00
management_helper2.manifest.json core: adjust helper test contract 2022-03-30 11:46:44 +03:00
management_helper2.nef core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00
README.md core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00

Management helper contracts

Management helper contracts 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.