cosmos-sdk/client/keys
Halimao 978fffc5a6
feat(client/keys): support display discreetly for keys add (#18663)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-11 00:55:02 +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(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
add.go feat(client/keys): support display discreetly for keys add (#18663) 2023-12-11 00:55:02 +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 refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
export.go chore: Audit crypto folder (#11932) 2022-05-15 13:02:53 +00:00
import_test.go test(client/keys): Test_runImportCmd unique dir per test (#17863) 2023-09-25 10:49:33 +00:00
import.go feat: import hex keys (#17424) 2023-08-17 15:53:56 +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 testutil: add ApplyMockIODiscardOutErr, simplify existing functions (#6665) 2020-07-10 08:55:48 +02:00
mnemonic.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +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(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
rename.go fix: Migrate key names correctly (#10328) 2021-10-26 11:06:44 +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 feat: add --qrcode flag to keys show command (#18557) 2023-11-27 07:43:06 +00:00
show.go feat: add --qrcode flag to keys show command (#18557) 2023-11-27 07:43:06 +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