Currently they take ~1 minute on circle CI. There isn't a significant reason for this to delay all our tests. This commit reduces the time spent on these tests by a factor of 20.
* meta: Switch the majority of asserts to require Switch most assert statements to require, to ease debugging. Closes #1418 * Fix imports
implement Int, Int256, Uint256 pass ci pass ci add to changelog, add boundcheck to test add comments, fix cli_test.go fix errors apply requested changes panics on New*WithDecimal fix Int.BigInt() fix stake tests * Panic on uint division-by-zero * Set ok=false on NewIntFromString, NewUintFromString failure * Nuke CircleCI caches