cosmos-sdk/simapp
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
..
helpers Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
params Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
simd Merge PR #7121: Support Event Indexing 2020-08-20 12:19:16 -04:00
app_test.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
app.go gRPC gateway init (#7019) 2020-08-25 15:44:13 +00:00
config.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
encoding.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
export.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
genesis_account_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
genesis_account.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
sim_bench_test.go fix hardcoded auth sims (#7135) 2020-08-24 10:55:42 +00:00
sim_test.go fix hardcoded auth sims (#7135) 2020-08-24 10:55:42 +00:00
state.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
test_helpers.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
types.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
utils_test.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
utils.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00