aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/components
Commit message (Collapse)AuthorAgeFilesLines
* Make modificationKevin Serrano2017-10-101-1/+1
|
* Fix to actually fail in earlier versions.Kevin Serrano2017-10-101-5/+7
|
* Add test to look for wei precision.Kevin Serrano2017-10-101-0/+36
|
* Merge branch 'master' into transactionControllerRefractorPt3frankiebee2017-09-271-0/+5
|\
| * Fix testDan Finlay2017-09-141-0/+5
| |
* | more tests and craete a getPendingTransactions functionfrankiebee2017-09-091-1/+2
|/
* LintingThomas Huang2017-06-132-20/+17
|
* Modfiy test to ether standards.Kevin Serrano2017-05-251-4/+4
|
* Fix test, create new value for precision/scaleKevin Serrano2017-05-241-2/+3
|
* Modify test, replace clone package.Kevin Serrano2017-05-181-2/+2
|
* Linted testDan Finlay2017-05-171-6/+4
|
* Clean up testDan Finlay2017-05-171-4/+1
|
* Simplify test to represent realistic use caseDan Finlay2017-05-171-10/+6
|
* Merge branch 'master' into i1412-BrutalTestsDan Finlay2017-05-171-18/+9
|\
| * LintedDan Finlay2017-05-171-3/+2
| |
| * Fix quotation markDan Finlay2017-05-171-1/+1
| |
| * Linted and removed unused depsDan Finlay2017-05-171-15/+8
| |
| * Remove only line from testDan Finlay2017-05-171-1/+1
| |
* | Add test requiring high precisionDan Finlay2017-05-172-1/+60
|/
* Clean up testDan Finlay2017-05-161-14/+2
|
* Verify updating gas value updatesDan Finlay2017-05-161-3/+5
|
* Got test failing nearly correctlyDan Finlay2017-05-161-14/+15
|
* Got a useful error message for next stepDan Finlay2017-05-121-2/+22
|
* Fix test up a bitDan Finlay2017-05-121-6/+4
|
* Use react test utils to start composing testDan Finlay2017-05-121-6/+19
|
* Got test failingDan Finlay2017-05-121-1/+3
|
* Fix tests add logsDan Finlay2017-05-121-3/+7
|
* Add an attempt at a unit test for reproducing #1407Dan Finlay2017-05-111-0/+61
|
* Lint testsThomas Huang2017-05-051-6/+4
|
* Render personal_sign messages as utf-8 textDan Finlay2017-03-071-0/+25
Calls to `personal_sign` are now: - When hex encoded, preserved as hex encoded, but displayed as utf-8 text. - When not hex encoded, decoded as utf-8 text as hex for signing. - The messages proposed for signing are displayed as UTF-8 text. - When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal. Fixes #1173