neo-go/cli
Roman Khimov a1a7e3d708 *: use slices package for sorting and searching
Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
app cli: upgrade urfave lib to v2 2024-07-12 11:58:12 +03:00
cmdargs cli: add Required field for flags 2024-07-12 11:58:12 +03:00
flags cli: upgrade urfave lib to v2 2024-07-12 11:58:12 +03:00
input *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
nep_test cli: add Required field for flags 2024-07-12 11:58:12 +03:00
options cli: add Required field for flags 2024-07-12 11:58:12 +03:00
paramcontext context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
query *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
server *: use slices.Clone instead of make/copy 2024-08-24 22:41:48 +03:00
smartcontract *: bump min Go to 1.21, use 1.23 by default 2024-08-23 19:11:06 +03:00
testdata wallet: do not store deployed contract script inside Contract account 2024-06-05 15:27:20 +03:00
txctx cli: upgrade urfave lib to v2 2024-07-12 11:58:12 +03:00
util *: make use of min/max where appropriate 2024-08-23 22:11:29 +03:00
vm *: drop pkg/util/slice, use slices.Reverse 2024-08-24 22:41:48 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: don't panic when handling error 2024-07-12 11:58:12 +03:00