File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This changelog was created using the `clu` binary
8
8
9
9
### Improvements
10
10
11
+ - (cli) [ #55 ] ( https://github.com/evmos/os/pull/55 ) Add missing list key types subcommand.
11
12
- (cli) [ #54 ] ( https://github.com/evmos/os/pull/54 ) Align debug CLI commands with Cosmos SDK plus other minor clean up.
12
13
- (cli) [ #53 ] ( https://github.com/evmos/os/pull/53 ) Enable specifying default key type for adding keys.
13
14
- (ante) [ #52 ] ( https://github.com/evmos/os/pull/52 ) Refactor ante handlers to be easier to use in partner chains.
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ The pass backend requires GnuPG: https://gnupg.org/
73
73
keys .ExportKeyCommand (),
74
74
keys .ImportKeyCommand (),
75
75
keys .ListKeysCmd (),
76
+ keys .ListKeyTypesCmd (),
76
77
keys .ShowKeysCmd (),
77
78
keys .DeleteKeyCommand (),
78
79
keys .RenameKeyCommand (),
You can’t perform that action at this time.
0 commit comments