Evgenii Stratonikov
|
99bdee676a
|
cli: add tests for db dump/restore
|
2020-12-01 18:38:09 +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
|
b97dfae8d8
|
native: replace NEP-5 with NEP-17
|
2020-11-24 13:08:23 +03:00 |
|
Evgenii Stratonikov
|
c849176be7
|
manifest: include contract Name
|
2020-11-24 11:23:44 +03:00 |
|
Roman Khimov
|
286d9185f4
|
smartcontract: remove contract features
We're featureless now, all contracts have access to storage and payable status
is to be determined via new NEP. Follow neo-project/neo#2060.
|
2020-11-13 21:26:23 +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 |
|
Evgenii Stratonikov
|
40a24bad64
|
cli: add tests for wallet import-deployed
Fix bugs with import, allow to sign tx with contract.
|
2020-09-18 12:07:02 +03:00 |
|
Evgenii Stratonikov
|
468f7ee650
|
cli: add tests for NEP5 balance querying
|
2020-09-18 12:07:02 +03:00 |
|
Evgenii Stratonikov
|
0dda247719
|
cli: move input handling to a separate package
|
2020-09-18 12:05:31 +03:00 |
|