Evgeniy Stratonikov
|
50d515a3e5
|
cli: add tests for Storage.Find invocations
It returns values of different types we better be sure that
compiler emits correct code.
|
2021-01-15 21:12:10 +03:00 |
|
Evgenii Stratonikov
|
c49eb86a2e
|
cli: allow to calculate contract hash before deployment
|
2020-12-17 15:44:42 +03:00 |
|
Evgenii Stratonikov
|
1fee268f95
|
cli/smartcontract: return error if deploy script failed to run
|
2020-12-10 14:41:02 +03:00 |
|
Evgenii Stratonikov
|
573d1d10c0
|
cli: add tests for contract command
|
2020-12-04 11:05:48 +03:00 |
|
Roman Khimov
|
1cf1fe5d74
|
*: introduce stable contract hashes
Follow neo-project/neo#2044.
|
2020-11-27 21:47:08 +03:00 |
|
Evgenii Stratonikov
|
75a9a42403
|
compiler: check emitted event names
Check that all `Notify` invocations in source correspond to some event
in manifest.
Helpful for typos such as `transfer` instead of `Transfer`.
|
2020-11-26 13:49:58 +03:00 |
|
Evgenii Stratonikov
|
25f1db6de0
|
compiler: check supported standards
Check that emitted manifest complies with supported standards.
This can be made a separate flag.
|
2020-11-26 12:51:39 +03:00 |
|
Anna Shaleva
|
590be7a58d
|
rpc, cli: remove Network from RPC client and cli
|
2020-10-19 16:11:11 +03:00 |
|
Evgenii Stratonikov
|
945e9410e4
|
cli: add test for testinvokefunction
Check that contract can be properly deployed
and invoked.
|
2020-10-06 19:12:38 +03:00 |
|