Anna Shaleva
|
2f9d64821f
|
cli: add ExitError where needed
|
2020-11-05 10:37:06 +03:00 |
|
Anna Shaleva
|
b8a88f9378
|
rpc: allow to use address, id or name instead of scripthash [Client]
... for getcontractstate RPC client method.
|
2020-11-03 17:58:24 +03:00 |
|
Evgenii Stratonikov
|
b2a3a0851e
|
emit: accept multiple opcodes in Opcode()
|
2020-10-06 18:03:25 +03:00 |
|
Evgenii Stratonikov
|
dff2ac1387
|
cli: add test for candidate register/unregister/vote
Also fix a bug with tx signing.
|
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 |
|
Evgenii Stratonikov
|
911be78cc7
|
cli: use Writer from app instead of Stdout
It is useful in tests.
|
2020-09-18 12:05:31 +03:00 |
|
Evgenii Stratonikov
|
6bdaefcfa4
|
rpc/client: use CreateTxFromScript where possible
There is substantial overlap between `CreateTxFromScript` and
`SignAndPushInvocationTx`. This commit refactors both of them
to reuse common code.
|
2020-08-18 11:24:48 +03:00 |
|
Evgenii Stratonikov
|
78eade24a3
|
cli/wallet: decrypt account immediately
|
2020-08-12 16:54:59 +03:00 |
|
Evgenii Stratonikov
|
832ec5eaa0
|
cli: implement candidate (un)register
|
2020-08-12 16:54:59 +03:00 |
|
Evgenii Stratonikov
|
88e926fbc3
|
cli: move wallet vote to validator vote
|
2020-08-12 16:54:58 +03:00 |
|