Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sinion methods. sandbox.create() -> createSandbox() | Thomas | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Add additional test to ui utils to account for exact wei values. | Kevin Serrano | 2017-12-28 | 1 | -0/+6 |
| | |||||
* | Add test for edge case. | Kevin Serrano | 2017-12-28 | 1 | -0/+6 |
| | |||||
* | Lint tests | Thomas Huang | 2017-05-05 | 1 | -63/+56 |
| | |||||
* | Clean up tests | Frankie | 2016-10-21 | 1 | -4/+4 |
| | |||||
* | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+5 |
| | |||||
* | Add unit test for isHex and add to CHANGELOG.md | Frankie | 2016-10-20 | 1 | -0/+17 |
| | |||||
* | Add test | Frankie | 2016-08-20 | 1 | -1/+6 |
| | |||||
* | Remove unused functions. Readd if necessary. | Kevin Serrano | 2016-07-12 | 1 | -19/+0 |
| | |||||
* | Refactor util tests. | Kevin Serrano | 2016-07-12 | 1 | -11/+8 |
| | |||||
* | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -4/+17 |
|\ | |||||
| * | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -5/+17 |
| | | |||||
* | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 1 | -17/+4 |
|\| | |||||
| * | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -17/+5 |
| | | |||||
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+6 |
| | | |||||
* | | Simplify empty account balance rendering | Dan Finlay | 2016-07-06 | 1 | -1/+1 |
|/ | |||||
* | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -1/+15 |
| | |||||
* | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -3/+3 |
| | |||||
* | Add test case for sample hashed address | Dan Finlay | 2016-06-02 | 1 | -0/+7 |
| | |||||
* | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -5/+30 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -0/+14 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -0/+8 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -0/+46 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -27/+41 |
| | | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working. | ||||
* | Unify test suites | Dan Finlay | 2016-04-19 | 1 | -0/+114 |