cosmos-sdk/x/stake/types
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
..
delegation.go tools: Add go vet as a linter (#1421) 2018-06-27 20:32:06 -04:00
errors.go Merge PR #1415: x/stake: Limit the size of rationals from user input 2018-06-29 22:30:12 +02:00
genesis.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
msg.go Merge PR #1415: x/stake: Limit the size of rationals from user input 2018-06-29 22:30:12 +02:00
msg_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
params.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
pool.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
pool_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
shares.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
test_common.go tools: Add unparam linter (#1443) 2018-06-29 18:22:24 -04:00
validator.go tools: Add unparam linter (#1443) 2018-06-29 18:22:24 -04:00
validator_test.go Switch asserts to require (#1483) 2018-06-30 03:10:15 +02:00
wire.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00