cosmos-sdk/client/keys
2024-01-08 12:42:24 +00:00
..
testdata/keys/keys.db crypto/keyring: fix offline keys migration (#8639) 2021-03-01 12:41:49 +00:00
add_ledger_test.go refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
add_test.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
add.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
delete_test.go refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
delete.go fix(client/keys): don't return when key not found in keys delete (#18562) 2023-11-27 12:08:53 +00:00
export_test.go feat(client/keys): add --yes option to keys export and keys mnemonic (#18745) 2023-12-15 11:50:28 +00:00
export.go feat(client/keys): add --yes option to keys export and keys mnemonic (#18745) 2023-12-15 11:50:28 +00:00
import_test.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
import.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
list_test.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
list.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
migrate_test.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
migrate.go perf: reduce user's password prompts when calling keyring List function (#13207) 2022-09-09 11:38:10 +00:00
mnemonic_test.go feat(client/keys): add --yes option to keys export and keys mnemonic (#18745) 2023-12-15 11:50:28 +00:00
mnemonic.go feat(client/keys): add --yes option to keys export and keys mnemonic (#18745) 2023-12-15 11:50:28 +00:00
output_test.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
output.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
parse_test.go build(deps): bump github.com/spf13/viper from 1.6.3 to 1.7.0 (#6183) 2020-05-11 10:22:36 +02:00
parse.go refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
rename_test.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
rename.go refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
root_test.go feat: import hex keys (#17424) 2023-08-17 15:53:56 +00:00
root.go feat: import hex keys (#17424) 2023-08-17 15:53:56 +00:00
show_test.go revert: test(client) wrap cmd.SetArgs to fix bugs for cmd.SetArgs (#18876) (#18902) 2024-01-03 06:35:26 +00:00
show.go refactor(client/keys): keys show command help message (#18939) 2024-01-04 17:24:51 +00:00
types_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
types.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00
utils.go feat(client/keys): support display discreetly for keys add (#18663) 2023-12-11 00:55:02 +00:00