cosmos-sdk/x/bank
Dev Ojha 955a0c9af7 Switch asserts to require (#1483)
* meta: Switch the majority of asserts to require

Switch most assert statements to require, to ease debugging.
Closes #1418

* Fix imports
2018-06-30 03:10:15 +02:00
..
client Ledger integration (#931) 2018-06-29 02:54:47 +02:00
app_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
bench_test.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
errors.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
handler.go Example tag implementation for CoinKeeper 2018-05-10 17:36:55 +02:00
keeper_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
keeper.go Merge PR #1438: Tools: Add errcheck linter 2018-06-29 00:52:10 +02:00
msgs_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
msgs.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
wire.go Switch the default modules to use wire.codec's MarshalJSON instead of json.Marshal 2018-05-31 11:51:15 -07:00