cosmos-sdk/TODO
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

10 lines
251 B
Plaintext

* global state dumper.
for developer to list accounts, etc.
e.g. what does the world look like?
cmd cli.
* something that can list transactions ...
make all decorators actually use the logger
so you can see all the txs and see what's going on