cosmos-sdk/types/query
Emmanuel T Odeke a8c3b4414d
x/bank/keeper: fix a missing gRPC error in AllBalances (#8085)
* x/bank/keeper: fix a missing gRPC error in AllBalances

Fixes an incoherent return which had:
    (non-nil value, non-nil-non-grpc error)
to
    (nil value, non-nil-gRPC error)

and it is a follow-up of PR #7814.

* types/query: fix pagination test (#8096)

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-12-07 01:32:59 -08:00
..
filtered_pagination.go Add TxsByEvent gRPC endpoint (#7842) 2020-11-12 14:22:54 +00:00
filtered_pagination_test.go types: tests -> test suites migration (#7494) 2020-10-09 17:49:57 +01:00
pagination.go gRPC-gateway routes as alternative to legacy tendermint REST endpoints (#7965) 2020-11-25 15:58:11 +00:00
pagination.pb.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
pagination_test.go x/bank/keeper: fix a missing gRPC error in AllBalances (#8085) 2020-12-07 01:32:59 -08:00