cosmos-sdk/x/genutil
atheeshp 78194e1cdd
gRPC gateway init (#7019)
* WIP: grpc server setup

* add register grpc routes

* updated go mod

* updated grpc for all modules

* added pb file for grpc gateway

* udpated gw file

* added a test for grpc route

* fixed conflicts

* added grpc server

* grpc tests added

* cleanup

* Fix gateway forward issue

* Add godoc

* updated tests

* fix lint

* fix tests

* fix tests

* fix tests

* fixed test

* Add grpc headers

* Fix error handling

* Fix tests - hacky

* Fix lint

* remove debug logs

* Fix review comments

* move grpc tests into a separate file

* Fix protobuf version

* Update x/capability/module.go

* Fix godoc

* Fix review suggestions

* Fix codec

* Add query params test for gateway request

* Fix gofmt

Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-25 15:44:13 +00:00
..
client Fix add-genesis-account in simd (#7069) 2020-08-17 21:32:16 +00:00
legacy fix 0.3{8,9} migrations and migration test case (#7002) 2020-08-11 05:51:47 -04:00
types Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
collect.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
doc.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
genesis.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
gentx.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
gentx_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
module.go gRPC gateway init (#7019) 2020-08-25 15:44:13 +00:00
utils.go server: remove deprecated UpgradeOldPrivValFile (#6079) 2020-04-27 16:08:44 +00:00
utils_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00