cosmos-sdk/client
Federico Kunze 0215b5c6cd
client: fix signing algorithm (#6405)
* crypto/keyring: fix signing algorithm

* client: tests

* minor fixes

* changelog

* address @alexanderbez comments

* Update crypto/keyring/keyring.go

* Update crypto/keyring/signing_algorithms.go

* Update crypto/keyring/keyring.go

* Update crypto/keyring/signing_algorithms.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* fix test

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-06-11 14:30:42 +00:00
..
debug
flags
input
keys client: fix signing algorithm (#6405) 2020-06-11 14:30:42 +00:00
lcd client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
rpc Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
tx client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
cmd.go
cmd_test.go
config.go
config_test.go
context.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
context_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
errors.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
grpc_query.go Make client.Context implement gRPC ClientConn (#6342) 2020-06-08 13:41:30 +00:00
query.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx_generator.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
utils.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
verifier.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
verifier_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00