cosmos-sdk/simapp
Aaron Craelius e9534b0935
Add gRPC server & reflection (#6463)
* Add gRPC proxy

* Make GRPC disabled by default

* WIP on integration tests

* WIP on integration tests

* Start setting up in process tests

* Start setting up in process tests

* Make it compile

* Add start server to network util

* Add Println

* Use go routine

* Fix scopelint

* Move to proxy_test

* Add response type cache

* Remove proxy

* Tweaks

* Use channel to handle error

* Use error chan

* Update server/start.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Use %w

* Add sdk.Context

* Add comments

* Fix lint

* Add header and tests

* Address comments

* Factorize some code

* Fix lint

* Add height and prove in req metadata

* Add reflection test

* Fix lint

* Put grpc test in server/grpc

* Update baseapp/grpcserver.go

* Update baseapp/grpcserver.go

* Remove proof header

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: SaReN <sahithnarahari@gmail.com>
2020-07-27 17:57:15 +00:00
..
helpers x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
params Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
simd Add gRPC server & reflection (#6463) 2020-07-27 17:57:15 +00:00
app.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00
app_test.go rename blacklist to blocked (#6455) 2020-06-17 13:32:49 +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 x/staking: remove alias.go usage (#6397) 2020-06-12 14:54:37 +00:00
genesis.go Merge pull request #6085: Move codec/std to std 2020-04-27 15:40:50 -04:00
genesis_account.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
genesis_account_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
sim_bench_test.go Merge PR #5500: Regen network/multistore upgrades 2020-02-27 22:26:04 -08:00
sim_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
state.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
test_helpers.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
types.go Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
utils.go lint: official action (#6156) 2020-05-07 09:40:49 +00:00
utils_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00