neo-go/cli
2020-12-04 11:00:03 +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 blockchainer: allow to dump/restore chain 2020-11-24 16:43:11 +03:00
smartcontract cli/contract: make --force flag bool 2020-12-04 11:00:03 +03:00
testdata Merge pull request #1583 from nspcc-dev/tests/dump 2020-12-01 19:36:24 +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: remove explicit client.Init() calls 2020-12-03 17:57:18 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
candidate_test.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
contract_test.go *: introduce stable contract hashes 2020-11-27 21:47:08 +03:00
dump_test.go cli: add tests for db dump/restore 2020-12-01 18:38:09 +03:00
executor_test.go rpc: adjust getrawtransaction and gettransactionheight RPC call 2020-11-16 13:25:42 +03:00
main.go cli: set ctl.ErrWriter 2020-11-10 15:20:03 +03:00
main_test.go cli: add tests for NEP5 balance querying 2020-09-18 12:07:02 +03:00
multisig_test.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
nep17_test.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08: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 *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00