cosmos-sdk/client/keys
SaReN 23a9f46aad
Update tm pubkey references (#7102)
* Update pubkey references

* Update ledger_mock

* Migrate encoding from tm

* Update pubkey prefix

* revert ed25519 to tendermint key

* random account revert

* Revert ed25519 references

* revert secp key name

* test revert

* remove ed25519

* Update x/staking/types/validator.go

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Revert "remove ed25519"

This reverts commit 66d2e1d061aeae81c4c0a3daf718536b09dda19e.

* remove ed25519 & sr25519

* Apply suggestions from code review

* remove codec

Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-08-28 16:02:38 +00:00
..
testdata/keys/keys.db crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
add.go fix keys add interactive (#7049) 2020-08-27 13:36:19 +00:00
add_ledger_test.go custom testnet cmd signing algorithms (#7012) 2020-08-12 08:34:10 +00:00
add_test.go custom testnet cmd signing algorithms (#7012) 2020-08-12 08:34:10 +00:00
codec.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
codec_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
delete.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
delete_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
export.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
export_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
import.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
import_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
list.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
list_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
migrate.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
migrate_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
mnemonic.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +00:00
mnemonic_test.go testutil: add ApplyMockIODiscardOutErr, simplify existing functions (#6665) 2020-07-10 08:55:48 +02:00
parse.go keys: CLI Remove Viper (#6613) 2020-07-06 19:50:09 +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
root.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
root_test.go Add home default to other commands. (#6789) 2020-07-20 15:12:33 +00:00
show.go crypto: move ledger code to its own subfolder (#6817) 2020-07-22 18:51:12 +02:00
show_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
types.go crypto/keys: move keybase and keyring to crypto/keyring/ dir (#5866) 2020-03-25 15:20:36 +00:00
types_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
utils.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00