aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/metamask-controller-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Moved loose some loose test files to sub folderstmashuang2018-05-211-547/+0
|
* signMessage and signPersonalMessageThomas2018-05-181-13/+33
|
* Remove approvePersonalMessage testThomas2018-05-081-45/+0
|
* Merge branch 'develop' into testingThomas2018-05-081-8/+24
|\
| * Verify identities state after restoring new accounts (#4091)Paul Bouchon2018-04-301-8/+25
| |
* | setupUntrustedCommunication and setupTrustedCommunicationThomas2018-04-251-0/+45
| |
* | ConfigManager markAccountsFound, markPasswordForgotten, unMarkPasswordForgottenThomas2018-04-241-7/+70
| |
* | resetAccount and addNewAccountThomas2018-04-201-0/+45
| |
* | newUnsignedMessage and newUnsignedPersonalMessageThomas2018-04-191-0/+102
| |
* | MM-controlller testsThomas2018-04-111-2/+55
| |
* | Update Sinon methods. sinon.sandbox.create() -> sandbox.createSandbox()Thomas2018-04-051-2/+2
| |
* | Metamask controller methodsThomas2018-03-281-1/+146
|/
* Revert initializing first-time-stateThomas2018-02-281-3/+3
|
* Offline testingThomas Huang2018-02-161-102/+76
|
* Add test for gas estimate defaultDan Finlay2018-01-091-0/+19
|
* Merge pull request #2851 from MetaMask/i2812-seedworderrorfixKevin Serrano2018-01-091-2/+20
|\ | | | | Fix condition where failing seed word checks would infinite-spin future attempts.
| * Test for failure of the async methods.Kevin Serrano2018-01-041-2/+20
| |
* | Fix feature to workDan Finlay2018-01-061-3/+5
| |
* | Add test for better gas estimationDan Finlay2018-01-061-0/+25
|/
* Remove logsDan Finlay2017-11-211-6/+0
|
* Get test passingDan Finlay2017-11-211-4/+25
|
* Add failing test for #2577 Seed Phrase BugDan Finlay2017-11-211-0/+18
|
* stub platformfrankiebee2017-09-201-0/+1
|
* Remove unused modules and STORAGE_KEYThomas Huang2017-05-051-2/+0
|
* Lint testsThomas Huang2017-05-051-6/+10
|
* tests - remove persistence and start with initial statekumavis2017-01-281-60/+8
|
* Merge branch 'dev' into obs-store2kumavis2017-01-221-18/+0
|\
| * background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-18/+0
| |
* | test - fix tests from obs-storekumavis2017-01-121-2/+4
|/
* First pass at revision requestsFrances Pangilinan2016-12-221-1/+1
|
* Add negative value validation to tx approvalDan Finlay2016-09-071-0/+97