cosmos-sdk/x/bank
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
..
errors.go Separation of Tx from Msg; CodeType 2018-01-26 06:54:03 -08:00
handler.go Refactor CoinMapper 2018-02-13 13:33:19 -05:00
mapper.go Refactor CoinMapper 2018-02-13 13:33:19 -05:00
tx.go Add first Basecoin test harness 2018-01-26 06:54:03 -08:00
tx_test.go x/bank: fix test 2018-01-15 20:21:33 -05:00
wire.go BasecoinApp init refactor 2018-01-20 19:06:29 -08:00