cosmos-sdk/x/auth
Adrian Brink 8837af66bd Refactor CoinMapper
CoinMapper is now called CoinKeeper to differentiate it from
AccountMapper. A Mapper retrieves things from a store. A Keeper exposes
functionality of coins and maintain invariants.

bank.NewHandler takes a CoinKeeper instead of the entire AccountMapper.
2018-02-13 13:33:19 -05:00
..
ante.go Separation of Tx from Msg; CodeType 2018-01-26 06:54:03 -08:00
baseaccount_test.go x/auth/Account -> x/auth/BaseAccount; RegisterWireBaseAccount() 2018-01-20 22:10:41 -08:00
baseaccount.go x/auth/Account -> x/auth/BaseAccount; RegisterWireBaseAccount() 2018-01-20 22:10:41 -08:00
context.go Substore->Store; BaseApp has db; Mapper 2018-01-22 06:20:46 -08:00
mapper.go Refactor CoinMapper 2018-02-13 13:33:19 -05:00