cosmos-sdk/client/keys
Anil Kumar Kammari 64b6bb5270
rename RegisterCodec to RegisterLegacyAminoCodec (#7243)
* rename RegisterCodec to RegisterLegacyAminoCodec

* Add changelog

* gofmt

* rename codec.New() to codec.NewLegacyAmino()

* Add change log

* Update CHANGELOG.md

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

* Fix

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-09-07 14:47:12 +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 Add key recover test (#7183) 2020-08-28 17:29:32 +01:00
codec.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +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