..
flags
cli: support Uint160 hashes with 0x prefix
2021-02-18 14:38:50 +03:00
input
cli: support escape codes
2021-02-11 16:06:11 +03:00
options
rpc: allow to use address, id or name instead of scripthash [Client]
2020-11-03 17:58:24 +03:00
paramcontext
transaction: drop Network from Transaction
2021-03-26 13:45:18 +03:00
server
*: upgrade tests to use T.Cleanup()
2021-03-01 17:08:00 +03:00
smartcontract
Merge pull request #1909 from nspcc-dev/cli/default-cosigner-scope
2021-04-19 14:43:31 +03:00
testdata
cli: allow to provide 'data' for 'contract deploy' command
2021-04-19 10:52:42 +03:00
util
cli: use Writer from app instead of Stdout
2020-09-18 12:05:31 +03:00
vm
cli: support escape codes
2021-02-11 16:06:11 +03:00
wallet
Merge pull request #1906 from nspcc-dev/cli/transfer_param
2021-04-19 10:43:42 +03:00
.gitignore
Better error messages ( #24 )
2018-02-24 10:10:45 +01:00
candidate_test.go
cli: check address flag is set for validator-related commands
2021-04-16 12:41:02 +03:00
contract_test.go
rpc: refactor SignAndPushInvocationTx
2021-04-21 18:52:32 +03:00
dump_test.go
*: upgrade tests to use T.Cleanup()
2021-03-01 17:08:00 +03:00
executor_test.go
core: refactor Neo.Crypto.CheckMultisigWithECDsaSecpr1
2021-03-10 21:46:05 +03:00
main.go
cli: set ctl.ErrWriter
2020-11-10 15:20:03 +03:00
main_test.go
*: upgrade tests to use T.Cleanup()
2021-03-01 17:08:00 +03:00
multisig_test.go
cli: use AddressFlag for wallet sign
2021-04-16 12:40:01 +03:00
nep17_test.go
Merge pull request #1906 from nspcc-dev/cli/transfer_param
2021-04-19 10:43:42 +03:00
options_test.go
*: upgrade tests to use T.Cleanup()
2021-03-01 17:08:00 +03:00
wallet_test.go
cli: use AddressFlag for import-deployed
2021-04-16 15:15:25 +03:00