cosmos-sdk/client
mergify[bot] 95948f6692
perf: reduce user's password prompts when calling keyring List function (backport #13207) (#13368)
* perf: reduce user's password prompts when calling keyring List function (#13207)

* Reduce user password prompts by taking advantage of the already existing MigrateAll function

* Print message when no records were found on the keyring

* Update changelog

* Fix migration test

* Add keys sort

(cherry picked from commit 4882f933b1)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

* suggestions

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-09-23 14:26:27 -05:00
..
config fix: tx commands are no need to specify --chain-id (#12092) (#12096) 2022-05-31 18:04:50 +02:00
debug fix: make 46's linter work (#13186) 2022-09-12 10:35:06 +02:00
docs docs: remove typos and IBC documentation (#11933) 2022-05-12 14:02:57 +02:00
flags docs(cli): improve --gas flag description (#12913) (#12965) 2022-08-19 18:26:49 +02:00
grpc refactor: change tmblock to sdkblock (backport #11390) (#12549) 2022-07-13 14:45:05 +02:00
input chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keys perf: reduce user's password prompts when calling keyring List function (backport #13207) (#13368) 2022-09-23 14:26:27 -05:00
pruning feat: Add a cli cmd to prune old states according to current settings (backport #12742) (#13119) 2022-09-02 07:32:08 +02:00
rpc chore: Revert to TM v0.34.x (#12221) 2022-07-05 09:40:27 -04:00
tx fix: make 46's linter work (#13186) 2022-09-12 10:35:06 +02:00
v2 fix: fix buf commit (#13344) 2022-09-20 18:02:24 +02:00
account_retriever.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
broadcast.go chore: Revert to TM v0.34.x (#12221) 2022-07-05 09:40:27 -04:00
broadcast_test.go chore: Revert to TM v0.34.x (#12221) 2022-07-05 09:40:27 -04:00
cmd.go fix: make 46's linter work (#13186) 2022-09-12 10:35:06 +02:00
cmd_test.go fix(cli): home flag gets ignored when running help (#11645) 2022-04-21 09:27:31 -04:00
context.go feat: improve cli tx output (#11818) 2022-04-28 15:06:52 -04:00
context_test.go feat: improve cli tx output (#11818) 2022-04-28 15:06:52 -04:00
grpc_query.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
grpc_query_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
prompts.go feat: CLI tooling to generate proposal JSONs (backport #13304) (#13328) 2022-09-19 13:35:08 +00:00
query.go fix: create query context with requested block height (#10827) 2022-01-04 13:41:51 +00:00
query_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
test_helpers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx_config.go feat: add cli for tips transactions (#10311) 2021-12-07 18:02:21 +00:00
utils.go chore: Revert to TM v0.34.x (#12221) 2022-07-05 09:40:27 -04:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00