Commit Graph

8 Commits

Author SHA1 Message Date
Ethan Buchman
5f76febce8 auth and bank compile 2018-01-12 19:17:17 -08:00
Jae Kwon
ba2b4f0f21 WIP: refactor
Refactor

* No more decorators, but rather types.AntiHandler
* No more handlers, but rather types.MsgHandler
* Ability to pass "stores" in NewXYZHandler()
* Coins live in types, and Accounts have coins
* Coinstore -> bank
2018-01-12 19:17:17 -08:00
Ethan Buchman
1d07f88867 new basecoin example 2018-01-03 20:20:21 -05:00
Jae Kwon
62f736fbd0 Update comment on usage of sdkErrors 2017-12-21 17:56:57 -08:00
Jae Kwon
6b5f08e918 Fix errors/ and x/coin/errors.go 2017-12-21 03:31:33 -08:00
Ethan Buchman
a9b2636439 Coin (#312)
* wip: tests and fixes for kvstore iteration
* update for latest tmlibs
* types compiles
* x/coin almost compiles
* x/coin: move things out of the way so it builds
* rebase fixes
* update glide
* add test for ChainDecorators
2017-12-21 03:31:33 -08:00
Jae Kwon
b96e4784ed Draft of new BaseApp 2017-12-01 09:10:17 -08:00
Jae Kwon
ec31313bc2 Add errors 2017-11-29 21:27:03 -08:00