cosmos-sdk/crypto/keyring
Ezequiel Raynaudo 4882f933b1
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
2022-09-09 11:38:10 +00:00
..
testdata/keys/keys.db crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
codec.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00
doc.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
errors.go crypto/keys: move keybase and keyring to crypto/keyring/ dir (#5866) 2020-03-25 15:20:36 +00:00
keyring.go perf: reduce user's password prompts when calling keyring List function (#13207) 2022-09-09 11:38:10 +00:00
keyring_ledger_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keyring_test.go feat: Support providing custom keyring for keystore. (#12453) 2022-07-08 07:28:34 +00:00
keys.toml crypto/keys: move keybase and keyring to crypto/keyring/ dir (#5866) 2020-03-25 15:20:36 +00:00
legacy_info.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
migration_test.go perf: reduce user's password prompts when calling keyring List function (#13207) 2022-09-09 11:38:10 +00:00
output.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
output_test.go revert: "fix: Prevent signing from wrong key in multisig" (#12539) 2022-07-12 14:37:35 +00:00
record.go revert: "fix: Prevent signing from wrong key in multisig" (#12539) 2022-07-12 14:37:35 +00:00
record.pb.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
record_test.go revert: "fix: Prevent signing from wrong key in multisig" (#12539) 2022-07-12 14:37:35 +00:00
signing_algorithms.go client: fix signing algorithm (#6405) 2020-06-11 14:30:42 +00:00
signing_algorithms_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
types.go fix: Migrate key names correctly (#10328) 2021-10-26 11:06:44 +00:00
types_test.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00