cosmos-sdk/x/bank/client/rest
atheeshp 5df7dbc182
Register gRPC Gateway routes (#7173)
* added unimplemeted code

* added a test for bank get balances

* fixed lint

* Fix decode error

* fixed tests

* added missing gRPC tests for x/bank

* added tests for params, rewards in x/distribution

* added tests for x/distr grpc tests

* added todos

* removed register grpc routes

* registered x/ibc client handlers

* updated todos

* fixed error

* fixed tests

* review changes

* review change

Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-09-04 08:24:19 +00:00
..
grpc_query_test.go Register gRPC Gateway routes (#7173) 2020-09-04 08:24:19 +00:00
query.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
query_test.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
rest.go REST tx endpoint backwards compatibility (#6801) 2020-07-30 10:45:18 -04:00
tx.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
tx_test.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00