neo-go/cli/wallet
Roman Khimov ddaf9c01ab cli: make nep1X balance commands work without a wallet, fix #3275
Checking the balance should be easy without any wallets involved, the data
is available anyway.

Tests are extended a bit as well.

Adding the command to "query nep1X" is not so trivial, so let's have it this
way for now.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-11-05 13:12:13 +03:00
..
testdata *: regenerate all wallets with adjusted parameters 2024-03-01 19:19:03 +03:00
candidate_test.go cli: add Required field for flags 2024-07-12 11:58:12 +03:00
legacy.go cli: move wallet-related flags handling to options package 2023-12-06 10:49:50 +03:00
legacy_test.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
multisig.go cli: upgrade urfave lib to v2 2024-07-12 11:58:12 +03:00
multisig_test.go cli: add Required field for flags 2024-07-12 11:58:12 +03:00
nep11.go cli: make nep1X balance commands work without a wallet, fix #3275 2024-11-05 13:12:13 +03:00
nep17.go cli: make nep1X balance commands work without a wallet, fix #3275 2024-11-05 13:12:13 +03:00
validator.go cli: add Required field for flags 2024-07-12 11:58:12 +03:00
wallet.go *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00
wallet_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00