neoneo-go/cli
Evgenii Stratonikov 54992ad4f3 core: provide account in calculate claimable
`getunclaimedgas` RPC should return all GAS available to claim.
2020-11-10 16:08:21 +03:00
..
flags cli: add tests to cli packages 2020-08-26 10:14:55 +03:00
input cli: move input handling to a separate package 2020-09-18 12:05:31 +03:00
options rpc: allow to use address, id or name instead of scripthash [Client] 2020-11-03 17:58:24 +03:00
paramcontext cli: allow to send multisig deploy/invoke tx 2020-10-07 11:48:06 +03:00
server rpc: exit from Start after Listener is running 2020-09-18 12:05:31 +03:00
smartcontract rpc, cli: remove Network from RPC client and cli 2020-10-19 16:11:11 +03:00
testdata cli: add test for testinvokefunction 2020-10-06 19:12:38 +03:00
util cli: use Writer from app instead of Stdout 2020-09-18 12:05:31 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet cli: add ExitError where needed 2020-11-05 10:37:06 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
candidate_test.go rpc, cli: remove Network from RPC client and cli 2020-10-19 16:11:11 +03:00
contract_test.go rpc, cli: remove Network from RPC client and cli 2020-10-19 16:11:11 +03:00
executor_test.go cli: add test for testinvokefunction 2020-10-06 19:12:38 +03:00
main.go cli: add tests for NEP5 balance querying 2020-09-18 12:07:02 +03:00
main_test.go cli: add tests for NEP5 balance querying 2020-09-18 12:07:02 +03:00
multisig_test.go rpc: allow to use address, id or name instead of scripthash [Client] 2020-11-03 17:58:24 +03:00
nep5_test.go rpc: allow to use address, id or name instead of scripthash [Client] 2020-11-03 17:58:24 +03:00
options_test.go rpc: allow to use address, id or name instead of scripthash [Client] 2020-11-03 17:58:24 +03:00
wallet_test.go core: provide account in calculate claimable 2020-11-10 16:08:21 +03:00