cosmos-sdk/client/keys
2025-11-03 11:30:03 -05:00
..
testdata/keys/keys.db crypto/keyring: fix offline keys migration (#8639) 2021-03-01 12:41:49 +00:00
add_ledger_test.go chore: bump linter (#25537) 2025-11-03 11:30:03 -05:00
add_test.go refactor(client): check name validation for keys add|import|rename (backport #18950) (#24152) 2025-03-27 16:40:47 +00:00
add.go refactor(client): check name validation for keys add|import|rename (backport #18950) (#24152) 2025-03-27 16:40:47 +00:00
delete_test.go fix(client/keys): don't return when key not found in keys delete (#24041) 2025-03-19 09:21:36 -04:00
delete.go fix(client/keys): don't return when key not found in keys delete (#24041) 2025-03-19 09:21:36 -04:00
export_test.go feat(client/keys): add --yes option to keys export and keys mnemonic (backport #18745) (#24154) 2025-03-27 03:10:13 +00:00
export.go feat(client/keys): add --yes option to keys export and keys mnemonic (backport #18745) (#24154) 2025-03-27 03:10:13 +00:00
import_test.go refactor(client): check name validation for keys add|import|rename (backport #18950) (#24152) 2025-03-27 16:40:47 +00:00
import.go fix: multiple typos of different importance (#25068) 2025-08-04 19:49:30 +00:00
list_test.go chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
list.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
migrate_test.go docs: correct spelling errors across multiple packages (#25002) 2025-07-25 18:03:09 +00:00
migrate.go docs(keys): remove unsupported --dry-run flag description for keys migrate (backport #22057) (#22070) 2024-10-03 11:06:23 +02:00
mnemonic_test.go feat(client/keys): add --yes option to keys export and keys mnemonic (backport #18745) (#24154) 2025-03-27 03:10:13 +00:00
mnemonic.go fix: correct typos and remove duplicate code across client and baseapp packages (#24991) 2025-07-25 18:10:21 +00:00
output_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
output.go style: more linting (#15618) 2023-03-30 13:00:18 +00:00
parse_test.go chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
parse.go chore: remove dead String() methods in keys parse command (#25387) 2025-10-07 11:32:09 -04:00
rename_test.go fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172) 2025-08-14 19:35:04 +00:00
rename.go refactor(client): check name validation for keys add|import|rename (backport #18950) (#24152) 2025-03-27 16:40:47 +00:00
root_test.go feat: import hex keys (backport #17424) (#17432) 2023-08-17 16:25:23 +00:00
root.go feat: import hex keys (backport #17424) (#17432) 2023-08-17 16:25:23 +00:00
show_test.go feat(client/keys): check multisig key duplicate (backport #18703) (#24153) 2025-03-27 15:43:01 +00:00
show.go feat(client/keys): check multisig key duplicate (backport #18703) (#24153) 2025-03-27 15:43:01 +00:00
types_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
types.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
utils.go refactor: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00