cosmos-sdk/x/bank
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
..
client Register gRPC Gateway routes (#7173) 2020-09-04 08:24:19 +00:00
exported Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
legacy Fix 0.39 x/auth Migration Types (#6870) 2020-07-28 19:18:07 +00:00
simulation Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
spec Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
types Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
app_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
bench_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
handler.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
handler_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go Register gRPC Gateway routes (#7173) 2020-09-04 08:24:19 +00:00