cosmos-sdk/x/slashing
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
..
client client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
keeper Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
simulation Merge PR #6278: Add msg type sim operations 2020-05-26 12:52:23 -04:00
spec Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
types Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
abci.go Merge PR #5299: Migrate Equivocation Handling to x/evidence 2019-12-02 20:58:14 -05:00
abci_test.go run go mod tidy && make format (#5847) 2020-03-20 17:14:14 +00:00
alias.go Merge PR #6212: Remove Get* Prefixes from Key Construction Functions 2020-05-13 17:23:00 -04:00
app_test.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
genesis.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
handler.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
handler_test.go Remove redundant staking APIs (#5755) 2020-03-06 13:40:50 +00:00
module.go Add RegisterQueryService to AppModule (#6336) 2020-06-06 07:59:57 +00:00