Evgeniy Stratonikov
|
c1cc7e6f9d
|
native: add additional parameters to deploy
1. Management contract has 2 overloads of `deploy` method.
2. Normal contracts should have `_deploy` with 2 parameters.
|
2021-01-29 12:19:08 +03:00 |
|
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
|
1c0c331e25
|
core: update System.Contract.Call syscall
1. Remove `System.Contract.CallEx`.
2. Extend number of parameters.
3. Add return value count to `VM.Context`.
|
2021-01-14 18:23:36 +03:00 |
|
Roman Khimov
|
ab12eee346
|
native: move contract deployment to management contract
See neo-project/neo#2119.
|
2020-12-14 15:23:46 +03:00 |
|
Evgenii Stratonikov
|
573d1d10c0
|
cli: add tests for contract command
|
2020-12-04 11:05:48 +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 |
|