aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix transaction confirmation orderingDan Finlay2017-07-181-0/+17
| | | | | | Newest tx or message will now always appear last, and a new tx proposed after the user has a confirmation box open will never change the confirmation to a different tx proposed. Fixes #1637
* Sinon stub infura network statustmashuang2017-07-151-14/+18
|
* Use Let instead of vartmashuang2017-07-151-1/+1
|
* Infura Network response teststmashuang2017-07-151-34/+58
|
* make publishTransaction and signTransaction async methodsfrankiebee2017-07-141-11/+9
|
* Merge branch 'master' into nonce-trackerfrankiebee2017-07-131-33/+33
|\
| * tests - disable infura testkumavis2017-07-121-33/+33
| |
* | Fix test to match behaviorfrankiebee2017-07-131-1/+1
| |
* | Merge branch 'master' into nonce-trackerfrankiebee2017-07-121-0/+38
|\|
| * Improve insufficient balance checking in retry loopDan Finlay2017-07-121-0/+38
| |
* | test - tx controller - fix promise handlingkumavis2017-07-081-5/+2
| |
* | test - tx-controller - stub block-tracker methodkumavis2017-07-081-1/+1
| |
* | Merge branch 'master' into nonce-trackerkumavis2017-07-081-0/+40
|\|
| * Fix failing testDan Finlay2017-07-061-27/+29
| |
| * Add missing doneDan Finlay2017-07-061-1/+2
| |
| * Typo fixDan Finlay2017-07-061-1/+1
| |
| * Add failing test for retrying an over-spending txDan Finlay2017-07-061-0/+37
| |
* | Merge branch 'master' into nonce-trackerfrankiebee2017-06-282-6/+42
|\|
| * Merge pull request #1663 from MetaMask/infura-statusThomas Huang2017-06-271-0/+34
| |\ | | | | | | Add Infura Status Information to UI State
| | * remove option fetchfrankiebee2017-06-231-2/+1
| | |
| | * add `done` and stub fetchfrankiebee2017-06-231-8/+9
| | |
| | * Add test for infura controller.Kevin Serrano2017-06-231-0/+34
| | |
| * | Print integration build errorsDan Finlay2017-06-221-6/+8
| |/
* | Merge branch 'master' into nonce-trackerfrankiebee2017-06-221-9/+0
|\|
| * Remove second linting script for testsThomas Huang2017-06-181-9/+0
| |
| * add a check for weather a tx is included in a block when jumping blocksfrankiebee2017-06-151-0/+1
| |
* | fix nonceTrackerfrankiebee2017-06-221-12/+6
| |
* | add a test for #getNonceLockfrankiebee2017-06-221-0/+46
| |
* | remove irrelevant testfrankiebee2017-06-171-5/+0
| |
* | Fix test to call donefrankiebee2017-06-161-7/+8
| |
* | transaction controller - use nonce-trackerkumavis2017-06-151-3/+4
|/
* Finish async when failing async testThomas Huang2017-06-131-1/+1
|
* Make test AsyncThomas Huang2017-06-131-1/+2
|
* LintingThomas Huang2017-06-137-28/+23
|
* Merge pull request #1574 from MetaMask/internfixDan Finlay2017-06-131-1/+1
|\ | | | | Wording fix for notice button
| * Modify wording to new accept.Kevin Serrano2017-06-101-1/+1
| |
| * Merge branch 'master' of github.com:nihar97/metamask-plugin into internfixKevin Serrano2017-06-091-1/+1
| |\
| | * continue button changed to agreeNihar2017-05-171-1/+1
| | |
* | | Modify tests for new api mock.'Kevin Serrano2017-06-061-2/+2
|/ /
* | Modfiy test to ether standards.Kevin Serrano2017-05-251-4/+4
| |
* | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-253-2/+85
|\ \
| * | clean up testfrankiebee2017-05-241-2/+1
| | |
| * | stop polling when switching networksfrankiebee2017-05-241-1/+5
| | |
| * | Fix for testsfrankiebee2017-05-243-2/+82
| | |
* | | 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-172-19/+95
|\| |
| * | Add test around txManager#approveTransactionDan Finlay2017-05-171-3/+64
| | |
| * | Improve testDan Finlay2017-05-171-1/+5
| | |
| * | LintedDan Finlay2017-05-171-3/+2
| | |
| * | Fix quotation markDan Finlay2017-05-171-1/+1
| | |
| * | Linted and removed unused depsDan Finlay2017-05-171-15/+8
| | |
| * | Add gas updating test to tx controller testsDan Finlay2017-05-171-1/+21
| | |
| * | Remove only line from testDan Finlay2017-05-171-1/+1
| |/
* / Add test requiring high precisionDan Finlay2017-05-172-1/+60
|/
* Rename tx manager to tx controllerDan Finlay2017-05-171-54/+54
|
* Merge pull request #1436 from MetaMask/mig13Dan Finlay2017-05-172-1/+20
|\ | | | | migration 13 - change provider from testnet to ropsten
| * migration 13 - change provider from testnet to ropstenkumavis2017-05-161-0/+6
| |
| * test - format test data 001kumavis2017-05-161-1/+14
| |
* | Merge branch 'master' into i1407-FixNonEditingTxFormDan Finlay2017-05-161-0/+41
|\|
| * Create test for Migratorfrankiebee2017-05-121-0/+41
| |
* | 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-162-14/+33
| |
* | 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
|/
* Whoops missed some modulesThomas Huang2017-05-054-8/+0
|
* Remove unused modules and STORAGE_KEYThomas Huang2017-05-056-14/+0
|
* Lint testsThomas Huang2017-05-0531-481/+438
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into platformkumavis2017-04-013-45/+84
|\
| * Merge pull request #1297 from MetaMask/eip155Dan Finlay2017-04-012-30/+66
| |\ | | | | | | tx-manager - add eip155 support
| | * tests - tx-manager - fix assert and clean formattingkumavis2017-03-311-9/+1
| | |
| | * tx-manager - add eip155 supportkumavis2017-03-312-31/+75
| | |
| * | test - fix notice-controller testkumavis2017-03-311-15/+18
| | |
* | | etc - fix notification-manager ref, remove duplicated test filekumavis2017-03-311-77/+0
|/ /
* | tests - add missing donekumavis2017-03-311-1/+1
| |
* | tests - helper - add notekumavis2017-03-311-9/+11
| |
* | tests - unit - fail on unhandled promise rejectionkumavis2017-03-311-4/+45
|/
* tests - tx-utils gasBuffer calc - fix bug and user easier numberskumavis2017-03-301-11/+17
|
* explorer - fix ropsten explorer link testskumavis2017-03-282-8/+13
|
* tests - fix ropsten link checkkumavis2017-03-281-2/+2
|
* correct bug in test.Kevin Serrano2017-03-251-1/+1
|
* Add tests.Kevin Serrano2017-03-251-0/+11
|
* Add migration tests to ensure that bodies are erased properly in notices.Kevin Serrano2017-03-232-0/+14
|
* Remove eth-lightwalletDan Finlay2017-03-174-352/+0
|
* Add test to account for prevention of identities duplication.Kevin Serrano2017-03-111-1/+22
|
* Add another test for duplicates.Kevin Serrano2017-03-111-0/+7
|
* Add basic tests.Kevin Serrano2017-03-112-1/+29
|
* Merge branch 'master' into kumavis-patch-1Dan Finlay2017-03-093-5/+6
|\
| * Merge branch 'master' into i1144-moarrpcKevin Serrano2017-03-091-0/+26
| |\
| * | Fix tests until new ones to-be-written.Kevin Serrano2017-03-081-17/+0
| | |
| * | Merge github.com:MetaMask/metamask-plugin into i1144-moarrpcKevin Serrano2017-03-081-1/+1
| |\ \
| * | | Refactor of code into separate reducers and actions.Kevin Serrano2017-03-081-10/+2
| | | |
| * | | Merge branch 'master' into i1144-moarrpcKevin Serrano2017-03-082-1/+47
| |\ \ \
| * | | | Modify tests.'Kevin Serrano2017-03-081-15/+19
| | | | |
| * | | | More conflict resolution.Kevin Serrano2017-03-021-1/+1
| |\ \ \ \
| | * | | | Fix test referenceDan Finlay2017-02-281-1/+1
| | | | | |
| | * | | | Merge branch 'master' into i1144-moarrpcDan Finlay2017-02-285-289/+98
| | |\ \ \ \
| * | \ \ \ \ Fix merge conflicts.Kevin Serrano2017-03-025-289/+98
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Fix spelling error.Kevin Serrano2017-02-251-1/+1
| | |/ / / / | |/| | | |
| * | | | | Tested against code to play nice with unit tests.Kevin Serrano2017-02-241-3/+25
| | | | | |
* | | | | | tx-utils - add encoding utilskumavis2017-03-081-8/+14
| | | | | |
* | | | | | tx-utils - stricter naming type-based conventionkumavis2017-03-081-14/+14
| | | | | |
* | | | | | test - tx-utilskumavis2017-03-081-3/+29
| |_|_|_|/ |/| | | | | | | | | add tests for `addGasBuffer`
* | | | | Merge branch 'master' into i1118-IncreaseGasBufferjaredpereira2017-03-081-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed encodingDan Finlay2017-03-081-1/+1
| | | | |
| * | | | Remove unrelated test fileDan Finlay2017-03-081-38/+0
| | | | |
| * | | | Fix test nameDan Finlay2017-03-071-1/+1
| | | | |
| * | | | Fixed internal encoding test caseDan Finlay2017-03-072-1/+39
| | |_|/ | |/| |
* | | | change BN.mul to BN.mulnJared Pereira2017-03-081-9/+7
| | | |
* | | | add gas buffer multiply testJared Pereira2017-03-081-16/+6
| | | |
* | | | Add gas buffer testDan Finlay2017-03-081-0/+38
|/ / /
* | | Fix normalizeMsgData function to always return hex prefixedDan Finlay2017-03-071-2/+2
| | |
* | | Fix function namesDan Finlay2017-03-071-6/+6
| | |
* | | Render personal_sign messages as utf-8 textDan Finlay2017-03-072-1/+47
| |/ |/| | | | | | | | | | | | | | | | | | | 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
* | Fixed referenceDan Finlay2017-02-241-1/+1
| |
* | Fix references in testsDan Finlay2017-02-241-5/+5
| |
* | Remove irrelevant testsDan Finlay2017-02-241-8/+4
| |
* | Move sigUtil and keyrings to external modulesDan Finlay2017-02-223-276/+89
|/ | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* Add log global to test suiteDan Finlay2017-02-211-0/+6
|
* Integration tests play nice with new disabled buttons.Kevin Serrano2017-02-211-2/+6
|
* add waits between notices.Kevin Serrano2017-02-211-0/+13
|
* Merge branch 'master' into devDan Finlay2017-02-162-2/+42
|\
| * Verify messages in a loopDan Finlay2017-02-141-27/+25
| |
| * got hash test passingDan Finlay2017-02-141-14/+23
| |
| * Add failing test for signature recoveryDan Finlay2017-02-141-0/+33
| |
| * Revert old style message sighingFrankie2017-02-102-2/+2
| |
* | Complete migration tests.Kevin Serrano2017-02-161-15/+74
| |
* | Adding additional migration state to account for moving data.Kevin Serrano2017-02-161-0/+138
| |
* | Add migrations for removing terms of use data.Kevin Serrano2017-02-151-2/+6
| |
* | Merge branch 'mapachurro-patch-1' of github.com:mapachurro/metamask-plugin ↵Kevin Serrano2017-02-111-0/+28
|\ \ | | | | | | | | | into mapachurro-patch-1
| * | Update first-time.jsmapachurro2017-02-101-0/+28
| |/
* | Fix integration tests.Kevin Serrano2017-02-101-18/+2
| |
* | Delete all code related to disclaimers.Kevin Serrano2017-02-104-38/+2
|/
* test - skip eth_sign tests until we have test datakumavis2017-02-042-2/+2
|
* migration #9 - break out CurrencyController substatekumavis2017-02-032-75/+87
|
* txManager - depend on preferencesStorekumavis2017-02-031-1/+0
|
* metamask - introduce networkStorekumavis2017-02-031-12/+3
|
* migration 7 - break off TransactionManager substatekumavis2017-02-032-54/+60
|
* messageManager - move view state to obs-storekumavis2017-02-031-13/+4
|
* test - first-time - re-add terms header checkkumavis2017-02-021-0/+2
|
* tests - mockDev - fix first-time flowkumavis2017-02-021-20/+18
|
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-022-16/+4
|\
| * metamask - adopt isInitialized from keyring controllerkumavis2017-02-011-9/+0
| |
| * keyring - move identities into memStorekumavis2017-02-011-2/+4
| |
| * keyring - synchronous getStatekumavis2017-02-011-9/+4
| |
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-022-3/+3
|\|
| * continue rename selectedAccount to selectedAddresskumavis2017-01-312-3/+3
| |
* | code clan up and testsFrankie2017-02-021-0/+98
| |
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-01-293-154/+31
|\|
| * migration 5 - move keyring controller state to substatekumavis2017-01-292-39/+20
| |
| * tests - remove persistence and start with initial statekumavis2017-01-282-115/+11
| |
* | Clean up message manger includes:Frankie2017-01-291-3/+3
|/ | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* config-manager - default to USD for currentFiatkumavis2017-01-271-14/+4
|
* obs-store - use published modulekumavis2017-01-254-26/+17
|
* Merge branch 'dev' of github.com:MetaMask/metamask-plugin into obs-store2kumavis2017-01-251-0/+3
|\
| * background controller - extract KeyringC.placeSeedWords to MetamaskCkumavis2017-01-251-0/+3
| |
* | Merge branch 'dev' into obs-store2kumavis2017-01-226-50/+74
|\|
| * Fix test to log out despite number of menu itemsDan Finlay2017-01-181-1/+2
| |
| * 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
| | |
* | | migrations - introduce promise-based migratorkumavis2017-01-121-24/+24
| | |
* | | background - move pojo migrator to outside of metamask controllerkumavis2017-01-123-79/+39
| | |
* | | test - fix tests from obs-storekumavis2017-01-123-8/+13
| | |
* | | background - introduce ObservableStorekumavis2017-01-121-18/+15
|/ /
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrator now returns a lostAccount array that includes objects these objects include keys of address and privateKey, this allows the MetamaskController to restore the lost accounts even without customizing the idStore or the KeyringController. Also includes a patch that allows idStore to synchronously export private keys.
* | | | 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
|\ \ \ | | | | | | | | I894 detect bad accounts
| * | | 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
| |/ / | | | | | | | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison.
* | | Remove encryptor in favor of external browser-passworderDan Finlay2016-12-201-71/+0
| | | | | | | | | | | | I broke out the encryptor lib into its own module on npm called browser-passworder.
* | | Merged master into devDan Finlay2016-12-202-3/+118
|\ \ \ | |/ / |/| / | |/
| * move notice code from metamask-controller + config-manager, in to ↵kumavis2016-12-172-94/+115
| | | | | | | | notice-controller
| * clean - code stylekumavis2016-12-171-4/+3
| |
| * Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition.
* | 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
| | | | | | | | | | | | | | | | This is only a bug in dev, but was committed yesterday. Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults. To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
* | Add integration tests for logging out and back inDan Finlay2016-12-011-1/+27
| |
* | Add more integration testsDan Finlay2016-12-011-0/+25
| | | | | | | | | | | | | | | | Integration tests now: - Scroll through terms - Accept terms - Confirm seed phrase - Verify account detail screen
* | 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
| | | | | | | | | | | | | | | | | | | | Mostly Fixes #893 A couple methods cache callbacks, and will require a larger refactor to fully denodeify. Specifically, our methods involving web3 requests to sign a tx, sign a message, and approve or cancel either of those. I think we should postpone those until the TxManager refactor, since it will likely handle this response caching itself.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | At least, the portion of it that we use. Moved salting within the encryptor, so it does not need to be managed externally. KeyringController now caches the password instead of a passwordDerivedKey, since it is ignorant of the salt. Encryptor payload is now in a JSON format, so its portions are both base64 encoded *and* labeled appropriately. The format is `{ "data": "0x0", "iv": "0x0", "salt": "string" }`. Fixes #843 Fixes #859
* | Merge pull request #858 from MetaMask/i842-WaitForSeedWordkumavis2016-11-231-2/+8
|\ \ | | | | | | I842 wait for seed word
| * | 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
| | | | | | | | | | | | | | | Separated public & private methods. (Fixes #845) Made class method `type()` into a simple property. (Fixes #846)
| * | 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 ↵Kevin Serrano2016-11-123-203/+4
| | | | | | | | tests.
* | 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
| | | | | | | | Fixes #795
* | Merge branch 'master' into i328-MultiVaultDan Finlay2016-11-081-11/+39
|\|
| * Fix gas price bufferingDan Finlay2016-11-081-8/+6
| | | | | | | | | | | | | | Our gas price buffering logic had a bug, because bn.js has inconsistent behavior when using hex-prefixed output. The issue has been opened with them here: https://github.com/indutny/bn.js/issues/151 We've corrected our usage in the mean time.
| * 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
| | | | | | | | Was wiping the vault on each successful password attempt... :P
* | Finish fixing nicknaming bugDan Finlay2016-11-041-0/+31
| |