cosmos-sdk/types
Aaron Craelius 43947ca2ef
Add RegisterQueryService to AppModule (#6336)
* Add RegisterQueryService to AppModule

* Update CHANGELOG.md

* Update CHANGELOG.md

* Wire up BaseApp, fix tests

* Add mock test

* add missing file

* Update types/module/module.go

* Update CHANGELOG.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-06 07:59:57 +00:00
..
bech32
errors x/ibc: fix internal errors messages (#6268) 2020-05-22 17:17:52 -04:00
module Add RegisterQueryService to AppModule (#6336) 2020-06-06 07:59:57 +00:00
rest Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
simulation ci: split unit tests across 4 machines (#6297) 2020-05-29 15:25:27 +02:00
tx
abci.go
address_bench_test.go
address_test.go
address.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
codec.go
coin_benchmark_test.go
coin_test.go
coin.go
config_test.go
config.go
context_test.go Merge PR #6325: Add GRPCRouter 2020-06-03 09:33:51 -04:00
context.go Merge PR #6325: Add GRPCRouter 2020-06-03 09:33:51 -04:00
dec_coin_test.go
dec_coin.go
decimal_test.go
decimal.go
denom_test.go
denom.go
events_test.go
events.go
handler_test.go
handler.go
int_test.go
int.go
invariant_test.go
invariant.go
proto.go
queryable.go
result_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
result.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
router.go
staking_test.go
staking.go
store_test.go
store.go
tx_msg_test.go
tx_msg.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
types.pb.go
types.proto
uint_test.go
uint.go
utils_test.go
utils.go