cosmos-sdk/x/auth/keeper
Alexander Bezobchuk fea231556a
Move ModuleAccount to x/auth (#6029)
* Move ModuleAccount to x/auth

* Update x/auth module

* Update x/staking

* Update x/mint

* Update x/gov

* Update x/distribution

* Update simapp

* Update x/bank

* Update std codec

* Add changelog entries

* Update CHANGELOG.md

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

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-04-20 19:32:10 +00:00
..
account.go Merge PR #5533: Protobuf: x/auth & x/supply 2020-02-18 13:50:13 +01:00
integration_test.go
keeper.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper_bench_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
params.go
querier.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
querier_test.go