cosmos-sdk/baseapp
Amaury e306e5b6f5
Make gRPC requests go through tendermint Query (#8549)
* Make gRPC requests go through tendermint Query

* Remove commented code

* Dry run in InitChain?

* Save type of first run

* Add metadata in repsonse

* Factorize some code

* Fix lint

* Update comments

* Fix md test

* Fix test expected

* Don't put RunGRPCQuery as clientCtx method

* Update baseapp/grpcserver.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Address review comments

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-02-15 10:01:44 +00:00
..
abci_test.go
abci.go docs: cache-wrapping and virtual store (#8102) 2021-01-05 15:57:33 +00:00
baseapp_test.go
baseapp.go docs: cache-wrapping and virtual store (#8102) 2021-01-05 15:57:33 +00:00
grpcrouter_helpers.go
grpcrouter_test.go
grpcrouter.go Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
grpcserver.go Make gRPC requests go through tendermint Query (#8549) 2021-02-15 10:01:44 +00:00
msg_service_router_test.go
msg_service_router.go
options.go
params_test.go
params.go
queryrouter_test.go
queryrouter.go
recovery_test.go
recovery.go
router_test.go
router.go
state.go
test_helpers.go