neoneo-go/cli
Anna Shaleva fad061f3d9 rpc: extend iterator-related client functionality
Create a set of functions that are able to work with both session-based
iterators, default unpacked iterators and client-side unpacked
iterators.
2022-07-08 17:05:18 +03:00
..
cmdargs cli/smartcontract: allow to deploy contracts with scope 2021-10-13 15:55:42 +03:00
flags [#2442] English Check 2022-05-04 19:48:27 +03:00
input cli: handle passwords securely 2022-05-16 07:49:00 +03:00
options [#2442] English Check 2022-05-04 19:48:27 +03:00
paramcontext [#2442] English Check 2022-05-04 19:48:27 +03:00
query rpc: implement getcandidates call, fix #2571 2022-07-01 18:46:44 +03:00
server *: use localhost address instead of 127.0.0.1, fix #2575 2022-06-30 16:19:07 +03:00
smartcontract Merge pull request #2559 from nspcc-dev/cli/wallet-config 2022-07-04 19:24:23 +03:00
testdata [#2442] English Check 2022-05-04 19:48:27 +03:00
util cli/wallet: allow to testinvoke transaction before signing 2021-09-23 11:48:25 +03:00
vm vm: replace ishell with urfave/cli 2022-02-18 16:34:50 +03:00
wallet rpc: extend iterator-related client functionality 2022-07-08 17:05:18 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
candidate_test.go cli/wallet: show tx fee before relaying 2021-09-21 11:31:56 +03:00
contract_test.go *: do not call wallet.Close() explicitly 2022-07-04 19:09:48 +03:00
dump_test.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
executor_test.go rpc: support InitialGasDistribution response from old Neo-Go nodes 2022-04-27 19:00:46 +03:00
main.go cli: add query tx command, fix #2069 2021-07-20 18:03:50 +03:00
main_test.go *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
multisig_test.go cli: add tests for wallet-related commands 2022-02-02 13:48:12 +03:00
nep11_test.go core: DeepCopy notifiction event args inside System.Runtime.Notify 2022-05-31 08:07:53 +03:00
nep17_test.go *: do not call wallet.Close() explicitly 2022-07-04 19:09:48 +03:00
options_test.go *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
query_test.go *: do not call wallet.Close() explicitly 2022-07-04 19:09:48 +03:00
server_test.go gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
util_test.go cli: add tests for smartcontract-related commands 2022-02-02 11:28:29 +03:00
wallet_test.go *: do not call wallet.Close() explicitly 2022-07-04 19:09:48 +03:00