cosmos-sdk/client/keys
Alessio Treglia 2879c0702c
x/ibc: fix missing return statement (#6099)
* enable the wsl linter

Fix various wsl-related warnings.

x/ibc/04-channel/keeper/handshake.go: fix missing return statement in ChanOpenTry().

* goimports -w files

* remove unknown linter references

* run make format

* Revert "run make format"

This reverts commit f810b62b9e4993f08506663d4e5f2ec2228a9863.

* run make format
2020-04-29 22:36:34 -04:00
..
testdata/keys/keys.db crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
add.go x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
add_ledger_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
add_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
codec.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
codec_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
delete.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
delete_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
export.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
export_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
import.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
import_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
list.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
list_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
migrate.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
migrate_test.go spring cleanup (#5991) 2020-04-14 19:13:15 +00:00
mnemonic.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
mnemonic_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
parse.go x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
parse_test.go crypto/keyring: change addrKey to store chain-agnostic addresses (#5858) 2020-03-30 16:54:01 +02:00
root.go crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
root_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
show.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
show_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02: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 crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00