forked from TrueCloudLab/neoneo-go
2872c1c668
Follow the https://github.com/neo-project/neo/pull/2884. A part of the https://github.com/neo-project/neo/pull/2810. Fix failing tests along the way (a lot of them have invalid notifications format which differs from the one declared in manifest). Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> |
||
---|---|---|
.. | ||
management_helper1.manifest.json | ||
management_helper1.nef | ||
management_helper2.manifest.json | ||
management_helper2.nef | ||
README.md |
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:
- Open
TestGenerateHelperContracts
and setsaveState
flag totrue
. - Run
TestGenerateHelperContracts
. - Set
saveState
back tofalse
.