cosmos-sdk/x/distribution
atheeshp be111ef036
x/distribution: gRPC query service (#6600)
* WIP: adding grpc

* added grpc for query withdraw address

* Fix outstanding rewards query

* added inteerface registry

* added gRPC for delegation rewards

* added remaining commands

* lint issue

* added tests

* added test for community pool

* fixed error

* added test for delegator validators

* updated to use test suite

* updated tests

* more test checks added

* updated tests

* Add sdk wrap

* removed pagination for outstanding rewards

* fixed distr tests issue

* fixed slashes issue

* migrated tests to table driven tests

* docs updated

* review changes

* review changes

* review changes

* Update x/distribution/keeper/grpc_query.go

Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-13 20:01:16 +00:00
..
client x/distribution: CLI & Module Tweaks (#6684) 2020-07-10 19:59:26 +00:00
keeper x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
legacy Merge PR #5561: v0.38 Migration Fixes 2020-01-23 13:15:22 -05:00
simulation Merge PR #6278: Add msg type sim operations 2020-05-26 12:52:23 -04:00
spec Update 07_params.md 2020-03-17 11:30:24 -04:00
types x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
abci.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
doc.go Merge PR #5417: Update distribution module doc 2019-12-17 13:59:16 -05:00
handler.go Merge PR #6449: Initial Metrics 2020-06-18 14:12:44 -04:00
module.go x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
module_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
proposal_handler_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00