cosmos-sdk/client
Aditya e9801edb99
Async Ack Fixes (#7735)
* Add function to query ack proofs

* fix bugs

* fix swagger

* fix final queries

* docs and add test case

* Rename QueryUnrelayedAcks to more accurate QueryUnreceivedAcks

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* address rest of reviews

* consistent spelling

Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-11-02 15:13:48 +00:00
..
debug
docs Async Ack Fixes (#7735) 2020-11-02 15:13:48 +00:00
flags
grpc/reflection Add GetTx gRPC endpoint (#7688) 2020-10-30 12:32:02 +00:00
input
keys Remove duplicate print message on keys add command (#7654) 2020-10-24 05:17:07 +00:00
rest Add Deprecation headers for legacy rest endpoints (#7686) 2020-10-29 11:37:46 +00:00
rpc
tx Add GetTx gRPC endpoint (#7688) 2020-10-30 12:32:02 +00:00
account_retriever.go client: add GetAccount and GetAccountWithHeight to AccountRetriever (#7558) 2020-10-15 14:19:57 +00:00
broadcast.go
broadcast_test.go
cmd.go Fix panic in context when setting nodeURI (#7699) 2020-10-28 13:31:22 +00:00
cmd_test.go
context.go Fix panic in context when setting nodeURI (#7699) 2020-10-28 13:31:22 +00:00
context_test.go
errors.go
grpc_query.go
grpc_query_test.go
query.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
test_helpers.go client: add GetAccount and GetAccountWithHeight to AccountRetriever (#7558) 2020-10-15 14:19:57 +00:00
tx_config.go
utils.go
utils_test.go