cosmos-sdk/examples/basecoin/app
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
..
app_test.go fixes from review 2018-02-13 07:30:51 -05:00
app.go fixes from review 2018-02-13 07:30:51 -05:00
init_baseapp.go fixes from review 2018-02-13 07:30:51 -05:00
init_capkeys.go Add first Basecoin test harness 2018-01-26 06:54:03 -08:00
init_handlers.go Refactor CoinMapper 2018-02-13 13:33:19 -05:00
init_stores.go Add first Basecoin test harness 2018-01-26 06:54:03 -08:00
msgs.go BasecoinApp init refactor 2018-01-20 19:06:29 -08:00
testapp.go working 2018-02-08 21:16:33 +00:00