aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Wrote failing test for eth.signDan Finlay2017-01-171-0/+18
* Merge branch 'dev' into simple-keystore-fixkumavis2017-01-171-1/+1
|\
| * Merge branch 'master' into devDan Finlay2017-01-171-1/+1
| |\
| | * remove network Id 2 from explorer link and Add network Id 3Frances Pangilinan2016-12-211-1/+1
* | | test - keyring - simple - fix fixture datakumavis2017-01-171-6/+3
|/ /
* | test - clear localStorage on test startkumavis2017-01-151-3/+3
* | test - clear localStorage in case CI caches it (?)kumavis2017-01-151-0/+1
* | test - txManager - add network to all txskumavis2017-01-151-18/+19
* | tests - txManager - add getNetwork fn to fixture txManagerkumavis2017-01-151-0/+1
* | fix for lintingFrankie2017-01-141-2/+2
* | background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-132-22/+27
* | tests - add fetch polyfillkumavis2017-01-111-1/+3
* | Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManagerDan Finlay2017-01-037-131/+203
|\ \
| * \ Merge branch 'dev' into TxManagerFrankie2016-12-244-128/+76
| |\ \
| * | | fix some minor spelling mistakes and clean up codeFrankie2016-12-241-6/+6
| * | | Merge branch 'dev' into TxManagerFrankie2016-12-227-115/+184
| |\ \ \
| * | | | First pass at revision requestsFrances Pangilinan2016-12-223-77/+48
| * | | | add Test for txManager. As well as fix tests to account for txManager.Frances Pangilinan2016-12-156-80/+185
* | | | | Correct getState test to be asyncDan Finlay2016-12-241-4/+7
* | | | | Add additional migration testDan Finlay2016-12-242-2/+20
| |_|/ / |/| | |
* | | | Restructured migrationDan Finlay2016-12-223-123/+75
* | | | Fixed another lostAccount testDan Finlay2016-12-221-1/+1
* | | | Refine a lostAccount testDan Finlay2016-12-211-1/+1
| |/ / |/| |
* | | Merge pull request #916 from MetaMask/i894-DetectBadAccountsDan Finlay2016-12-214-41/+66
|\ \ \
| * | | Made changes according to feedback.Dan Finlay2016-12-201-1/+0
| * | | Got bad account detection working and added to stateDan Finlay2016-12-101-3/+5
| * | | Mostly added bad account detectionDan Finlay2016-12-094-41/+65
| |/ /
* | | Remove encryptor in favor of external browser-passworderDan Finlay2016-12-201-71/+0
* | | Merged master into devDan Finlay2016-12-202-3/+118
|\ \ \ | |/ / |/| / | |/
| * move notice code from metamask-controller + config-manager, in to notice-cont...kumavis2016-12-172-94/+115
| * clean - code stylekumavis2016-12-171-4/+3
| * Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+95
* | Cranked up CI test suite wait duration to alleviate their nondeterminism for nowDan Finlay2016-12-081-1/+1
* | Remove .only from unit test suiteDan Finlay2016-12-081-1/+1
* | Fix vault encrypting & unlocking bugDan Finlay2016-12-012-0/+6
* | Add integration tests for logging out and back inDan Finlay2016-12-011-1/+27
* | Add more integration testsDan Finlay2016-12-011-0/+25
* | Made integration test create a first vaultDan Finlay2016-12-013-3/+25
* | Fix nodeifyDan Finlay2016-11-291-0/+22
* | Denodeify most of KeyringControllerDan Finlay2016-11-293-13/+28
* | Merge branch 'master' into devDan Finlay2016-11-241-7/+2
|\|
| * Merge branch 'master' into i868-estimateGasTooHighkumavis2016-11-231-2/+8
| |\
| | * Unify test wordingDan Finlay2016-11-221-2/+2
| | * Add temporary morden explorer link supportDan Finlay2016-11-221-0/+6
| | * Fix ropsten link testDan Finlay2016-11-221-2/+2
| * | idStore - fix estimateGas calculationkumavis2016-11-231-7/+2
| |/
* | Fix last async keyring testDan Finlay2016-11-241-8/+10
* | Fix more keyring asyncifying testsDan Finlay2016-11-241-1/+8
* | Mostly got async keyringController tests passingDan Finlay2016-11-233-55/+91
* | Fix new encryptor migration logicDan Finlay2016-11-231-0/+11
* | Fix password referenceDan Finlay2016-11-231-0/+1
* | Fix vault migration unit testDan Finlay2016-11-231-1/+1
* | Improve vault migration unit testDan Finlay2016-11-231-1/+2
* | Simplify Encryptor API SurfaceDan Finlay2016-11-231-4/+6
* | Merge pull request #858 from MetaMask/i842-WaitForSeedWordkumavis2016-11-231-2/+8
|\ \
| * | Fix etherscan link generation testDan Finlay2016-11-231-2/+8
* | | Merge branch 'dev' into dev-cleanupKevin Serrano2016-11-232-7/+7
|\| |
| * | Fix keyring testDan Finlay2016-11-221-1/+1
| * | Improve Keyring organizationDan Finlay2016-11-222-6/+6
| * | Revert premature link test fixDan Finlay2016-11-221-2/+2
| * | Fixed account link test for ropsten networkDan Finlay2016-11-221-2/+2
* | | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+0
* | | Remove entropy from encryption and project.Kevin Serrano2016-11-223-6/+4
|/ /
* | Create failing test to check submitPassword in keyringController.Kevin Serrano2016-11-192-0/+67
* | Minimize repeated code.Kevin Serrano2016-11-161-1/+1
* | Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-151-14/+14
* | Add idStore tests again.Kevin Serrano2016-11-151-0/+198
* | Rename n variables to numberOfAccounts inside of test suite. Remove idStore t...Kevin Serrano2016-11-123-203/+4
* | Merge branch 'master' into i328-MultiVaultFrankie2016-11-111-6/+4
|\|
| * Adjust gas buffer to be 20% over estimateDan Finlay2016-11-091-5/+4
| * Increase gas bufferDan Finlay2016-11-091-2/+1
* | Merge branch 'master' into i328-MultiVaultDan Finlay2016-11-081-11/+39
|\|
| * Fix gas price bufferingDan Finlay2016-11-081-8/+6
| * Added failing test for #787Dan Finlay2016-11-081-11/+41
* | Fix integration test suiteDan Finlay2016-11-081-11/+3
* | Fix nickname testDan Finlay2016-11-081-0/+1
* | Fix BN referenceDan Finlay2016-11-081-0/+1
* | Fix 787 gas buffer bugDan Finlay2016-11-081-4/+20
* | Fix password validation and persistence issueDan Finlay2016-11-041-0/+22
* | Finish fixing nicknaming bugDan Finlay2016-11-041-0/+31
* | Fix account nicknaming bugDan Finlay2016-11-041-0/+11
* | Fix vault creation bugDan Finlay2016-11-041-8/+28
* | Fix dual vault creation bugDan Finlay2016-11-031-1/+12
* | Fix handling of migrating old vault styleDan Finlay2016-11-032-10/+36
* | Now migrating old vaults to new DEN formatDan Finlay2016-10-292-10/+63
* | Add vault migration testDan Finlay2016-10-291-0/+91
* | Added hd wallet testsDan Finlay2016-10-281-0/+97
* | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Dan Finlay2016-10-261-2/+0
|\ \
| * | Remove debugger statement.Kevin Serrano2016-10-261-1/+0
| * | Phase out extra warning screen.Kevin Serrano2016-10-261-2/+1
* | | Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-262-4/+20
|\ \ \ | |/ / |/| / | |/
| * test - fix delegate-call testkumavis2016-10-253-11/+9
| * Merge branch 'master' into i743-FixDelegateCallFlagkumavis2016-10-251-0/+22
| |\
| * | Reproduced issue 743 in test caseDan Finlay2016-10-182-3/+21
* | | Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-221-0/+22
|\ \ \ | | |/ | |/|
| * | Clean up testsFrankie2016-10-211-4/+4
| * | Add test and ability for isHex to handle hex strings with hex-prefixFrankie2016-10-201-0/+5
| * | Add unit test for isHex and add to CHANGELOG.mdFrankie2016-10-201-0/+17
| |/
* | Fix bug in new KeyringController vault restoring logic.Dan Finlay2016-10-222-0/+69
* | Create new vault before each keyringController unit testDan Finlay2016-10-221-3/+5
* | Create basic keyring-controller unit test fileDan Finlay2016-10-222-20/+67
* | Added SimpleKeyring testsDan Finlay2016-10-221-0/+83
* | Fix testsDan Finlay2016-10-214-170/+5
* | Git merge resolution.Kevin Serrano2016-10-201-0/+18
|\|
| * Restore hex prefix to gas priceDan Finlay2016-10-181-0/+1
| * Increase gas estimate by 100000 weiDan Finlay2016-10-181-0/+17
* | Intermediary commit.Kevin Serrano2016-10-202-5/+5
* | Merge in crypto.Kevin Serrano2016-10-204-2/+68
* | Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-131-4/+7
|\|
| * Remove comments.Kevin Serrano2016-10-121-16/+0
| * Cleanup.Kevin Serrano2016-10-121-10/+22
| * Fix integration test.Kevin Serrano2016-10-061-8/+15
| * Rewritten to react standards. Way easier.Kevin Serrano2016-10-051-1/+1
* | Add initial KeyringController filesDan Finlay2016-10-121-0/+141
|/
* Remove logsDan Finlay2016-09-151-2/+0
* Merge pull request #669 from MetaMask/Version-2.12.1Dan Finlay2016-09-151-8/+10
* Fix clearing of account cache on vault restoreDan Finlay2016-09-131-8/+6
* Fix some referencesDan Finlay2016-09-131-2/+2
* Fix account unlockingDan Finlay2016-09-131-19/+12
* Select first address when restoring vaultDan Finlay2016-09-121-0/+18
* Fixed caching bugDan Finlay2016-09-111-6/+5
* Correct assertion for BIP32 complianceDan Finlay2016-09-111-1/+1
* Remove logDan Finlay2016-09-111-1/+0
* Add more bip44 assertionsDan Finlay2016-09-111-1/+9
* Made bip44 assertions easier to add toDan Finlay2016-09-111-27/+36
* Clean up testsDan Finlay2016-09-111-18/+17
* Correctly clear ethStore cache on new vault restoreDan Finlay2016-09-111-6/+22
* Captured #640 in failing testDan Finlay2016-09-111-1/+12
* Add new eth-lightwallet salting to vault.Dan Finlay2016-09-101-1/+3
* Add negative value validation to tx approvalDan Finlay2016-09-071-0/+97
* Add test for Edge compatibilityDan Finlay2016-08-301-0/+29
* Naming issue.Kevin Serrano2016-08-251-1/+1
* Implement usage of nock.Kevin Serrano2016-08-251-2/+11
* Now calls API functions with mock options.Kevin Serrano2016-08-251-3/+5
* Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-231-1/+6
|\
| * Add testFrankie2016-08-201-1/+6
* | Added `view more` button to transaction listDan Finlay2016-08-191-0/+12
* | Enforce tx history limitDan Finlay2016-08-191-0/+11
|/
* Added compliance for tests and properly accounts for N/A conversions.Kevin Serrano2016-08-171-7/+6
* Remove extra test.Kevin Serrano2016-08-171-4/+0
* Merge branch 'master' into usd-conversionKevin Serrano2016-08-051-3/+12
|\
| * Fix extension testsDan Finlay2016-07-261-3/+12
| * Fix promise usage?Dan Finlay2016-07-231-1/+3
| * Skip PhantomJS in testemDan Finlay2016-07-232-2/+0
| * Add promise polyfill for PhantomJSDan Finlay2016-07-232-0/+2
| * Fix testem runner pageDan Finlay2016-07-232-3/+1
| * Separate UI tests from normal unit test suiteDan Finlay2016-07-231-1/+3
| * Add UI Testing Framework and Simple UI TestDan Finlay2016-07-234-0/+52
* | Merge branch 'master' into usd-conversionKevin Serrano2016-07-264-0/+54
|\ \
| * | Ui testing (#481)Dan Finlay2016-07-264-0/+54
| |/
* | Change function names. Add interval polling for api. Refactor functions.Kevin Serrano2016-07-221-3/+3
* | Merge branch 'master' into usd-conversionKevin Serrano2016-07-221-0/+39
|\|
| * Implement some cross-browser practices (#473)Dan Finlay2016-07-221-0/+39
* | Progress on config manager. Plus tests.Kevin Serrano2016-07-211-1/+81
|/
* Remove unused functions. Readd if necessary.Kevin Serrano2016-07-121-19/+0
* Refactor util tests.Kevin Serrano2016-07-121-11/+8
* Add nickname rendering for recipient addressDan Finlay2016-07-081-0/+44
* Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-4/+17
|\
| * Revert back to original formatBalanceFrankie2016-07-081-5/+17
* | Merged latest balance formatting codeDan Finlay2016-07-071-17/+4
|\|
| * Add decimal hendeling to ETH balanceFrankie2016-07-071-17/+5
* | Began reworking tx conf viewDan Finlay2016-07-071-0/+6
* | Simplify empty account balance renderingDan Finlay2016-07-061-1/+1
|/
* Remove useless and buggy clearWallet functionDan Finlay2016-07-011-11/+0
* Replicated really strange bug with testDan Finlay2016-07-011-1/+16
* Fixed testsDan Finlay2016-06-253-2/+66
* stop pedantic lintingkumavis2016-06-241-1/+1
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-241-31/+0
* Fix eth sign with dennis' test inputDan Finlay2016-06-221-11/+13
* Add linting to our mocha suiteDan Finlay2016-06-221-0/+9
* added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-211-1/+15
* Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-171-1/+31
|\
| * Add confirmation persisting to localStorageDan Finlay2016-06-171-1/+31
* | Fixed signing of hashesDan Finlay2016-06-171-4/+6
* | Began adding signMsg unit testDan Finlay2016-06-161-0/+31
|/
* Cache identiconsDan Finlay2016-06-071-0/+31
* Fix hashed address validationDan Finlay2016-06-031-3/+3
* Add test case for sample hashed addressDan Finlay2016-06-021-0/+7
* Merge pull request #222 from MetaMask/balanceskumavis2016-05-261-5/+30
|\
| * correctly displaying small balances with testsZac Mitton2016-05-261-5/+30
* | Fix persistent warning bugDan Finlay2016-05-261-0/+51
|/
* Added ability to nickname wallets locallyDan Finlay2016-05-212-0/+57
* Add full precision to send tx value field.Dan Finlay2016-05-201-0/+14
* Increase send value precisionDan Finlay2016-05-201-0/+8
* Add address capitalization checksummingDan Finlay2016-05-201-0/+46
* Streamlined some transition logicDan Finlay2016-05-132-1/+28
* Move all users to new scalable backendDan Finlay2016-05-121-0/+5
* Fix testDan Finlay2016-05-111-1/+2
* Remove test only statementDan Finlay2016-05-111-1/+1
* Fix outdated transitionsDan Finlay2016-04-301-23/+23
* Fix testDan Finlay2016-04-281-4/+8
* Fix explorer link generationDan Finlay2016-04-281-0/+11
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
* Add migration to actual migration array, fix testDan Finlay2016-04-231-3/+8
* Deprecate rawtestrpc.metamask.ioDan Finlay2016-04-231-3/+11
* Store metamaskId on metaTx instead of getTxWithParams method.Dan Finlay2016-04-211-26/+0
* Fix floating point input bugDan Finlay2016-04-201-27/+41
* Add extra tx methods to configManagerDan Finlay2016-04-201-0/+36
* Persist transactions to config-managerDan Finlay2016-04-191-0/+79
* Unify test suitesDan Finlay2016-04-198-1/+454
* Fix plugin testsDan Finlay2016-04-192-5/+11
* Migrate etherscan providers to our RPCDan Finlay2016-04-132-0/+15
* Made configuration migrateableDan Finlay2016-03-312-4/+73
* Correct the bip44 test accountDan Finlay2016-03-261-5/+5
* Implemented BIP44 compliance test.Dan Finlay2016-03-262-4/+37
* Convert to bip44 hdTreesDan Finlay2016-03-261-8/+49
* Added basic es6 mocha test suiteDan Finlay2016-03-253-40/+11
* init commitkumavis2015-08-012-0/+40