Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test for wipeTransactions | Bruno Barbieri | 2018-02-01 | 1 | -0/+49 |
| | |||||
* | test - createTestProviderTools includes block tracker layer | kumavis | 2018-01-18 | 4 | -21/+25 |
| | |||||
* | test - tx controller - fix txGasUtil reference | kumavis | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | test - typo - fix spelling of word stubbed | kumavis | 2018-01-18 | 4 | -8/+8 |
| | |||||
* | test - remove createEthJsQueryStub | kumavis | 2018-01-18 | 2 | -18/+3 |
| | |||||
* | test - fix to match expected behavior | frankiebee | 2018-01-15 | 1 | -14/+28 |
| | |||||
* | test - create ethJsQuery stub | frankiebee | 2018-01-15 | 1 | -1/+14 |
| | |||||
* | Add test for gas estimate default | Dan Finlay | 2018-01-09 | 1 | -0/+19 |
| | |||||
* | Merge pull request #2891 from MetaMask/i2621-0xRecipientAddress | Thomas Huang | 2018-01-09 | 1 | -0/+32 |
|\ | | | | | Account for 0x/empty string recipient | ||||
| * | Merge branch 'master' into i2621-0xRecipientAddress | Dan Finlay | 2018-01-09 | 1 | -0/+27 |
| |\ | |||||
| * | | Account for 0x/empty string address and contract creation | Thomas | 2018-01-08 | 1 | -0/+32 |
| | | | |||||
* | | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfix | Kevin Serrano | 2018-01-09 | 1 | -2/+20 |
|\ \ \ | |_|/ |/| | | Fix condition where failing seed word checks would infinite-spin future attempts. | ||||
| * | | Test for failure of the async methods. | Kevin Serrano | 2018-01-04 | 1 | -2/+20 |
| |/ | |||||
* | | Fix feature to work | Dan Finlay | 2018-01-06 | 1 | -3/+5 |
| | | |||||
* | | Add test for better gas estimation | Dan Finlay | 2018-01-06 | 1 | -0/+25 |
|/ | |||||
* | Merge pull request #2817 from MetaMask/i#2810 | Frankie | 2017-12-29 | 1 | -2/+61 |
|\ | | | | | only check nonces of transactions who's from address match the txMeta | ||||
| * | tests - be more verbose in test messages | frankiebee | 2017-12-29 | 1 | -2/+2 |
| | | |||||
| * | add tests for #_checkIfNonceIsTaken | frankiebee | 2017-12-28 | 1 | -2/+61 |
| | | |||||
* | | 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 |
|/ | |||||
* | Add failing test for updating token details | Dan Finlay | 2017-12-19 | 1 | -0/+48 |
| | |||||
* | Add tests for exponential backoff code in _resubmitTx | Dan | 2017-12-07 | 1 | -17/+63 |
| | |||||
* | Update resubmitPendingTxs tests. | Dan | 2017-12-07 | 1 | -3/+4 |
| | |||||
* | Remove debugger | Dan Finlay | 2017-11-30 | 1 | -1/+0 |
| | |||||
* | Add markdown class to mascara ui markdown field | Dan Finlay | 2017-11-30 | 1 | -3/+4 |
| | |||||
* | Fix test reference | Dan Finlay | 2017-11-30 | 1 | -3/+3 |
| | |||||
* | Make notice skipping async | Dan Finlay | 2017-11-30 | 1 | -3/+3 |
| | |||||
* | Redundantly skip notices | Dan Finlay | 2017-11-30 | 1 | -25/+22 |
| | |||||
* | Make test more resilient | Dan Finlay | 2017-11-30 | 1 | -3/+3 |
| | |||||
* | Remove duplicate button declaration | Dan Finlay | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Fix test selector | Dan Finlay | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | Accept all notices in integration tests | Dan Finlay | 2017-11-30 | 1 | -18/+3 |
| | |||||
* | Fix test to skip screens before privacy notice | Dan Finlay | 2017-11-29 | 1 | -1/+7 |
| | |||||
* | Remove logs | Dan Finlay | 2017-11-21 | 1 | -6/+0 |
| | |||||
* | Get test passing | Dan Finlay | 2017-11-21 | 1 | -4/+25 |
| | |||||
* | Add failing test for #2577 Seed Phrase Bug | Dan Finlay | 2017-11-21 | 1 | -0/+18 |
| | |||||
* | newUnaprovedTx => newUnapprovedTx | Dora E. Mondrian | 2017-11-06 | 1 | -4/+4 |
| | | | | This typo tripped me up when I was reading through the code and trying to understand what's going on. | ||||
* | Add Integration Tests | Chi Kei Chan | 2017-10-21 | 1 | -9/+50 |
| | |||||
* | Fixing integraiton test | Chi Kei Chan | 2017-10-21 | 2 | -3/+130 |
| | |||||
* | Fix unit test | Chi Kei Chan | 2017-10-21 | 2 | -2/+3 |
| | |||||
* | Revert "NetworkController refactor for new EthClient interface" | kumavis | 2017-10-19 | 3 | -12/+23 |
| | |||||
* | Move etherscan link logic into module | Dan Finlay | 2017-10-14 | 2 | -30/+0 |
| | |||||
* | nonce-tracker - use blockTracker directly | kumavis | 2017-10-12 | 1 | -3/+4 |
| | |||||
* | test - integration - intercept reload attempts | kumavis | 2017-10-11 | 1 | -0/+3 |
| | |||||
* | network-controller - use obj-proxy for providerProxy | kumavis | 2017-10-11 | 1 | -20/+5 |
| | |||||
* | Make modification | Kevin Serrano | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Fix to actually fail in earlier versions. | Kevin Serrano | 2017-10-10 | 1 | -5/+7 |
| | |||||
* | Add test to look for wei precision. | Kevin Serrano | 2017-10-10 | 1 | -0/+36 |
| | |||||
* | Merge pull request #2305 from MetaMask/nodeify | Frankie | 2017-10-07 | 1 | -4/+3 |
|\ | | | | | nodeify - allow callback to be optional | ||||
| * | nodeify - fix test | kumavis | 2017-10-07 | 1 | -4/+3 |
| | | |||||
* | | Provide method for tx tracker to refer to all txs | Dan Finlay | 2017-10-07 | 1 | -2/+3 |
| | | |||||
* | | Add failing test for issue #2294 | Dan Finlay | 2017-10-07 | 1 | -1/+52 |
|/ | |||||
* | pending tx tracker - test - expect warning event on resubmit failure | kumavis | 2017-10-03 | 1 | -2/+9 |
| | |||||
* | pending tx tracker - test - rename tests to match event name | kumavis | 2017-10-03 | 1 | -4/+4 |
| | |||||
* | Merge branch 'history-notes' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-10-03 | 1 | -3/+0 |
|\ | | | | | | | history-notes | ||||
| * | tx state history - fix bug where initial snapshot was mutated on updateTx | kumavis | 2017-10-03 | 1 | -0/+22 |
| | | |||||
* | | tx state history - test - fix format of history entries | kumavis | 2017-10-03 | 1 | -0/+26 |
|/ | |||||
* | pending-tx - dont check the balance to rebrodcast | frankiebee | 2017-09-30 | 2 | -51/+1 |
| | |||||
* | Merge pull request #2124 from MetaMask/breakout-mascara | kumavis | 2017-09-28 | 1 | -0/+1 |
|\ | | | | | require metamascara | ||||
| * | stub platform | frankiebee | 2017-09-20 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into new-currency-test | kumavis | 2017-09-28 | 9 | -404/+581 |
|\ \ | |||||
| * \ | Merge pull request #2194 from MetaMask/network-controller-refactor | kumavis | 2017-09-28 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Network controller refactor | ||||
| | * | | network controller - refactor to use _setProvider | kumavis | 2017-09-28 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into direct-block-tracker | kumavis | 2017-09-28 | 5 | -233/+471 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3 | kumavis | 2017-09-28 | 5 | -233/+471 |
| | |\ \ \ | | | |/ / | | |/| | | Transaction controller refractor pt3 | ||||
| | | * | | pending-tx - move incrementing of the retryCount on the txMeta outside ↵ | frankiebee | 2017-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | pending-tx-tracker | ||||
| | | * | | fix tests | frankiebee | 2017-09-27 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Merge branch 'transactionControllerRefractorPt3' of ↵ | frankiebee | 2017-09-27 | 1 | -14/+153 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactionControllerRefractorPt3 | ||||
| | | | * | | Clean up transactionController tests | tmashuang | 2017-09-26 | 1 | -71/+53 |
| | | | | | | |||||
| | | | * | | Remove pending updateAndApprovedTransaction test | tmashuang | 2017-09-26 | 1 | -10/+0 |
| | | | | | | |||||
| | | | * | | Most of transaction controller tests | tmashuang | 2017-09-23 | 1 | -12/+180 |
| | | | | | | |||||
| | | * | | | transactions: make evnt names pretty and eaiser to read | frankiebee | 2017-09-27 | 1 | -9/+9 |
| | | | | | | |||||
| | | * | | | transactions: lint fixes and reveal status-update event for balance controller | frankiebee | 2017-09-27 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Merge branch 'master' into transactionControllerRefractorPt3 | frankiebee | 2017-09-27 | 12 | -113/+320 |
| | | |\ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | add test for pendingTxCount | frankiebee | 2017-09-14 | 1 | -0/+13 |
| | | | | | | |||||
| | | * | | | match other controller patterns | frankiebee | 2017-09-13 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | more tests and craete a getPendingTransactions function | frankiebee | 2017-09-09 | 2 | -1/+24 |
| | | | | | | |||||
| | | * | | | Merge branch 'master' into transactionControllerRefractorPt3 | frankiebee | 2017-09-07 | 4 | -34/+243 |
| | | |\ \ \ | |||||
| | | * | | | | add better comments | frankiebee | 2017-09-06 | 1 | -2/+2 |
| | | | | | | | |||||
| | | * | | | | rename tx-utils.js -> tx-gas-utils.js | frankiebee | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | remove #buildEthTxFromParams | frankiebee | 2017-09-06 | 1 | -1/+3 |
| | | | | | | | |||||
| | | * | | | | fix tests | frankiebee | 2017-08-22 | 1 | -4/+7 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into transactionControllerRefractorPt3 | frankiebee | 2017-08-22 | 5 | -92/+3099 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Create tests for TxStateManager | frankiebee | 2017-08-19 | 2 | -196/+253 |
| | | | | | | | | |||||
| * | | | | | | | style - small whitespace nitpick | kumavis | 2017-09-28 | 1 | -3/+3 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'master' into filter-fixes-moar | Dan Finlay | 2017-09-28 | 5 | -169/+104 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-09-27 | 2 | -13/+11 |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | | | | | | | | | BreakOutKeyringController | ||||
| | | * | | | | | Add mock random value generator | Dan Finlay | 2017-09-26 | 1 | -0/+4 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'AddBalanceController' of github.com:MetaMask/metamask-plugin ↵ | Dan Finlay | 2017-09-26 | 1 | -4/+1 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into AddBalanceController | ||||
| | | | * \ \ \ \ | Merge branch 'master' into AddBalanceController | Dan Finlay | 2017-09-26 | 1 | -4/+1 |
| | | | |\ \ \ \ \ | |||||
| | | * | | | | | | | Implemented feedback | Dan Finlay | 2017-09-26 | 1 | -13/+7 |
| | | |/ / / / / / | |||||
| | * | | | | | | | Remove keyring controller from project | Dan Finlay | 2017-09-23 | 1 | -164/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'AddBalanceController' into BreakOutKeyringController | Dan Finlay | 2017-09-23 | 4 | -3/+107 |
| | |\| | | | | | | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | Fix test references | Dan Finlay | 2017-09-23 | 2 | -3/+3 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'master' into AddBalanceController | Dan Finlay | 2017-09-23 | 4 | -17/+94 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | * | | | | | Fix test | Dan Finlay | 2017-09-14 | 1 | -0/+5 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'master' into AddBalanceController | Dan Finlay | 2017-09-14 | 3 | -106/+118 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Some progress | Dan Finlay | 2017-09-13 | 1 | -0/+1 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge branch 'i1746-BalanceBasedOnPending' into AddBalanceController | Dan Finlay | 2017-09-12 | 1 | -0/+98 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Improve test name | Dan Finlay | 2017-09-08 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Add test for computing gas price | Dan Finlay | 2017-09-08 | 1 | -0/+16 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Remove logs | Dan Finlay | 2017-09-08 | 1 | -5/+0 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Fix balance calc test | Dan Finlay | 2017-09-08 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Fix valueFor test | Dan Finlay | 2017-09-08 | 1 | -4/+5 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Add basic test for valueFor | Dan Finlay | 2017-09-08 | 1 | -3/+22 |
| | | | | | | | | | | |||||
| | | | * | | | | | | test not passing | Dan Finlay | 2017-09-08 | 1 | -3/+32 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Add first passing balance calc test | Dan Finlay | 2017-09-07 | 1 | -7/+8 |
| | | | | | | | | | | |||||
| | | | * | | | | | | Add test template | Dan Finlay | 2017-09-07 | 1 | -0/+37 |
| | | | | |_|_|_|/ | | | | |/| | | | | |||||
| * | | | | | | | | fix test | frankiebee | 2017-09-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | wrap block tracker in events proxy | frankiebee | 2017-09-27 | 1 | -0/+1 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Modify tests for new API. | Kevin Serrano | 2017-09-27 | 1 | -10/+10 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Allow custom encryptor to be passed to MetaMaskController and ↵ | Dan Finlay | 2017-09-22 | 1 | -4/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | KeyringControllers. | ||||
* | | | | | | test - integration - bump timeout | kumavis | 2017-09-19 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | tests - mascara - increase timeout before test starts | kumavis | 2017-09-16 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | test - mascara - move skip reload test flag | kumavis | 2017-09-16 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | tests - integration - mascara - small cleanup and timeout adjustments | kumavis | 2017-09-16 | 1 | -5/+3 |
| | | | | | | |||||
* | | | | | | set time if platform is mascara | frankiebee | 2017-09-16 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | remove testem files | frankiebee | 2017-09-16 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | dont reload on initial download and wait before passing sw to ui | frankiebee | 2017-09-16 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | tests - integration - get flat and mascara tests closer to compatible | kumavis | 2017-09-14 | 2 | -9/+6 |
| | | | | | | |||||
* | | | | | | tests - refactor and rename npm scripts | kumavis | 2017-09-14 | 1 | -0/+0 |
| | | | | | | |||||
* | | | | | | tests - mascara - move temp build files into dist/mascara | kumavis | 2017-09-14 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | tests - start migrating mascara tests to karma | kumavis | 2017-09-14 | 3 | -0/+81 |
| |_|/ / / |/| | | | | |||||
* | | | | | tests - integration - fix bad cherry-pick | kumavis | 2017-09-12 | 1 | -16/+7 |
| | | | | | |||||
* | | | | | test - integration - drop testem for karma | kumavis | 2017-09-12 | 2 | -22/+43 |
| | | | | | |||||
* | | | | | test - integration - build - manually exit from test builder + add bundle ↵ | kumavis | 2017-09-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | destination log | ||||
* | | | | | test - integration - build - use pump + log bundling information | kumavis | 2017-09-12 | 1 | -6/+12 |
| | | | | | |||||
* | | | | | test - integration - use async fn for error catching | kumavis | 2017-09-12 | 1 | -94/+87 |
|/ / / / | |||||
* | | | | Merge pull request #1987 from MetaMask/CheckFaq67 | Kevin Serrano | 2017-09-08 | 1 | -0/+19 |
|\ \ \ \ | |/ / / |/| | | | Add test for trying to reproduce faq#67 | ||||
| * | | | Add test for trying to reproduce faq#67 | Dan Finlay | 2017-08-30 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | Failed to reproduce this issue with the same inputs. | ||||
* | | | | Update mock-store dependency | tmashuang | 2017-09-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Add some tests to tx-state-history-helper | Dan Finlay | 2017-08-29 | 1 | -0/+26 |
| | | | |||||
* | | | Corrected test constraints | Dan Finlay | 2017-08-24 | 1 | -2/+2 |
| | | | |||||
* | | | Add mysterious failing test | Dan Finlay | 2017-08-24 | 1 | -0/+20 |
| | | | |||||
* | | | Pass nonce tests | Dan Finlay | 2017-08-24 | 1 | -4/+4 |
| | | | |||||
* | | | Fix new test, break an older maybe wrong one | Dan Finlay | 2017-08-24 | 1 | -3/+3 |
| | | | |||||
* | | | Add failing test for newly identified error state | Dan Finlay | 2017-08-24 | 1 | -0/+17 |
| | | | | | | | | | | | | Reproduces #1966 | ||||
* | | | Merge branch 'master' into useLocalNonce | Dan Finlay | 2017-08-24 | 3 | -10/+3101 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #1914 from MetaMask/history-diff | Dan Finlay | 2017-08-19 | 3 | -10/+3101 |
| |\ \ | | | | | | | | | Move Tx State History to diff-based format | ||||
| | * | | tx controller - test - fix typo from moved test | kumavis | 2017-08-15 | 1 | -3/+3 |
| | | | | |||||
| | * | | tx controller - tx state history various small fixes | kumavis | 2017-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | tx controller - test - test tx state history in updateTx | kumavis | 2017-08-15 | 1 | -6/+18 |
| | | | | |||||
| | * | | introduce tx-state-history-helper and diff-based history | kumavis | 2017-08-15 | 3 | -5/+3084 |
| | |/ | |||||
* | | | Refer to pending nonces, not just their count | Dan Finlay | 2017-08-22 | 1 | -0/+15 |
| | | | |||||
* | | | fix test | frankiebee | 2017-08-22 | 1 | -9/+9 |
| | | | |||||
* | | | When network nonce is highest, it should be used. | Dan Finlay | 2017-08-22 | 1 | -4/+15 |
| | | | |||||
* | | | Fix test | Dan Finlay | 2017-08-22 | 1 | -5/+5 |
| | | | |||||
* | | | Add new assertions and de-duplicate nonce tracker generation | Dan Finlay | 2017-08-22 | 1 | -29/+73 |
| | | | |||||
* | | | Add test for no previous txs | Dan Finlay | 2017-08-22 | 1 | -4/+25 |
| | | | |||||
* | | | Confine mock strategy to describe block | Dan Finlay | 2017-08-22 | 1 | -35/+39 |
| | | | |||||
* | | | Move mock txs to tx mocking class | Dan Finlay | 2017-08-22 | 2 | -35/+48 |
| | | | |||||
* | | | add test for using localNonce | frankiebee | 2017-08-19 | 1 | -4/+42 |
|/ / | |||||
* / | Remove dead tests | Dan Finlay | 2017-08-17 | 1 | -86/+1 |
|/ | |||||
* | Merge branch 'master' into greenkeeper/initial | kumavis | 2017-08-09 | 6 | -121/+344 |
|\ | |||||
| * | use provider stub | frankiebee | 2017-08-09 | 2 | -88/+65 |
| | | |||||
| * | create a provider stub | frankiebee | 2017-08-09 | 1 | -0/+25 |
| | | |||||
| * | remove .only | frankiebee | 2017-08-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-08 | 3 | -20/+137 |
| |\ | |||||
| * | | fix test | frankiebee | 2017-08-08 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-05 | 4 | -28/+58 |
| |\ \ | |||||
| * | | | test for pending tx watcher | frankiebee | 2017-08-05 | 4 | -100/+280 |
| | | | | |||||
| * | | | test for SufficientBalance | frankiebee | 2017-08-05 | 1 | -0/+41 |
| | | | | |||||
| * | | | rename the test description Transaction Manger -> Message Manger | frankiebee | 2017-08-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-08-08 | 5 | -24/+154 |
|\ \ \ \ | | |_|/ | |/| | | | | | | greenkeeper/initial | ||||
| * | | | Fix integration test failures: ensure qr code is accessible | sdtsui | 2017-08-05 | 1 | -1/+7 |
| | | | | |||||
| * | | | test - integration - better error handling | kumavis | 2017-08-04 | 1 | -10/+9 |
| | | | | |||||
| * | | | test - integration - syntax - prefer const | kumavis | 2017-08-04 | 1 | -12/+7 |
| | | | | |||||
| * | | | test - integration - remove unused code | kumavis | 2017-08-04 | 1 | -1/+3 |
| | | | | |||||
| * | | | test - integration - throw error on failure | kumavis | 2017-08-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into NewUI | kumavis | 2017-08-04 | 2 | -4/+17 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | test - actions - tx - fix async test | kumavis | 2017-08-04 | 1 | -5/+4 |
| | | | | |||||
| | * | | test - actions - remove commented code | kumavis | 2017-08-04 | 1 | -2/+0 |
| | | | | |||||
| | * | | nodeify - test - syntax nitpick | kumavis | 2017-08-04 | 1 | -3/+3 |
| | | | | |||||
| | * | | add test for no callback error | frankiebee | 2017-08-04 | 1 | -0/+11 |
| | | | | |||||
| | * | | fix test | frankiebee | 2017-08-04 | 1 | -2/+7 |
| | | | | |||||
| * | | | Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUI | Kevin Serrano | 2017-08-04 | 1 | -0/+115 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 1 | -6/+6 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 4 | -20/+56 |
| | |\ \ \ | |||||
| | * | | | | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-21 | 6 | -44/+198 |
| | |\ \ \ \ | |||||
| | * | | | | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | Add new tests for dropdown component | sdtsui | 2017-07-18 | 1 | -22/+86 |
| | | | | | | | |||||
| | * | | | | | Add tests for new dropdown component | sdtsui | 2017-07-13 | 1 | -0/+51 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1848 from MetaMask/transactionControllerRefractor | kumavis | 2017-08-03 | 1 | -25/+139 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | Transaction controller refractor part 1: promises for everyone and more tests! | ||||
| | * | | | | | remove unused sinon | frankiebee | 2017-08-03 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | fix test | frankiebee | 2017-08-03 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 1 | -3/+66 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-02 | 2 | -3/+29 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | add test for addTxDefaults | frankiebee | 2017-08-02 | 1 | -5/+30 |
| | | | | | | | |||||
| | * | | | | | make addUnapprovedTransaction async function and use promise based ethQuery | frankiebee | 2017-08-02 | 2 | -23/+50 |
| | | | | | | | |||||
| * | | | | | | blacklist controller - breakout from metamask and infura controllers | kumavis | 2017-08-03 | 2 | -36/+41 |
| | | | | | | | |||||
| * | | | | | | phishing detection - move phishing detection into contentscript and metamask ↵ | kumavis | 2017-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | controller | ||||
| * | | | | | | blacklist - add tests for metamask subdomains | kumavis | 2017-08-02 | 1 | -0/+12 |
| | | | | | | | |||||
| * | | | | | | blacklist - clearer test format | kumavis | 2017-08-02 | 1 | -5/+5 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'master' into i1805-LiveBlacklistUpdating | Dan Finlay | 2017-07-27 | 1 | -0/+24 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Add test for blacklister. | Kevin Serrano | 2017-07-27 | 1 | -0/+24 |
| |/ / / / | |||||
| * / / / | nonce-tracker - fix test | kumavis | 2017-07-27 | 1 | -3/+5 |
| |/ / / | |||||
| * | | | tx cont - fix test to use async api | kumavis | 2017-07-26 | 1 | -2/+6 |
| | | | | |||||
| * | | | tx cont - add argument for provider constructor | kumavis | 2017-07-26 | 1 | -15/+21 |
| | |/ | |/| | |||||
* | | | test - dont mix callback and promise | kumavis | 2017-08-04 | 1 | -2/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-08-04 | 4 | -44/+211 |
|/ / | | | | | | | greenkeeper/initial | ||||
* | | Fix transaction confirmation ordering | Dan Finlay | 2017-07-18 | 1 | -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 status | tmashuang | 2017-07-15 | 1 | -14/+18 |
| | | |||||
* | | Use Let instead of var | tmashuang | 2017-07-15 | 1 | -1/+1 |
| | | |||||
* | | Infura Network response tests | tmashuang | 2017-07-15 | 1 | -34/+58 |
| | | |||||
* | | make publishTransaction and signTransaction async methods | frankiebee | 2017-07-14 | 1 | -11/+9 |
| | | |||||
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-07-13 | 1 | -33/+33 |
|\ \ | |||||
| * | | tests - disable infura test | kumavis | 2017-07-12 | 1 | -33/+33 |
| | | | |||||
* | | | Fix test to match behavior | frankiebee | 2017-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-07-12 | 1 | -0/+38 |
|\| | | |||||
| * | | Improve insufficient balance checking in retry loop | Dan Finlay | 2017-07-12 | 1 | -0/+38 |
| | | | |||||
* | | | test - tx controller - fix promise handling | kumavis | 2017-07-08 | 1 | -5/+2 |
| | | | |||||
* | | | test - tx-controller - stub block-tracker method | kumavis | 2017-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into nonce-tracker | kumavis | 2017-07-08 | 1 | -0/+40 |
|\| | | |||||
| * | | Fix failing test | Dan Finlay | 2017-07-06 | 1 | -27/+29 |
| | | | |||||
| * | | Add missing done | Dan Finlay | 2017-07-06 | 1 | -1/+2 |
| | | | |||||
| * | | Typo fix | Dan Finlay | 2017-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add failing test for retrying an over-spending tx | Dan Finlay | 2017-07-06 | 1 | -0/+37 |
| |/ | |||||
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-06-28 | 2 | -6/+42 |
|\| | |||||
| * | Merge pull request #1663 from MetaMask/infura-status | Thomas Huang | 2017-06-27 | 1 | -0/+34 |
| |\ | | | | | | | Add Infura Status Information to UI State | ||||
| | * | remove option fetch | frankiebee | 2017-06-23 | 1 | -2/+1 |
| | | | |||||
| | * | add `done` and stub fetch | frankiebee | 2017-06-23 | 1 | -8/+9 |
| | | | |||||
| | * | Add test for infura controller. | Kevin Serrano | 2017-06-23 | 1 | -0/+34 |
| | | | |||||
| * | | Print integration build errors | Dan Finlay | 2017-06-22 | 1 | -6/+8 |
| |/ | |||||
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-06-22 | 1 | -9/+0 |
|\| | |||||
| * | Remove second linting script for tests | Thomas Huang | 2017-06-18 | 1 | -9/+0 |
| | | |||||
| * | add a check for weather a tx is included in a block when jumping blocks | frankiebee | 2017-06-15 | 1 | -0/+1 |
| | | |||||
* | | fix nonceTracker | frankiebee | 2017-06-22 | 1 | -12/+6 |
| | | |||||
* | | add a test for #getNonceLock | frankiebee | 2017-06-22 | 1 | -0/+46 |
| | | |||||
* | | remove irrelevant test | frankiebee | 2017-06-17 | 1 | -5/+0 |
| | | |||||
* | | Fix test to call done | frankiebee | 2017-06-16 | 1 | -7/+8 |
| | | |||||
* | | transaction controller - use nonce-tracker | kumavis | 2017-06-15 | 1 | -3/+4 |
|/ | |||||
* | Finish async when failing async test | Thomas Huang | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Make test Async | Thomas Huang | 2017-06-13 | 1 | -1/+2 |
| | |||||
* | Linting | Thomas Huang | 2017-06-13 | 7 | -28/+23 |
| | |||||
* | Merge pull request #1574 from MetaMask/internfix | Dan Finlay | 2017-06-13 | 1 | -1/+1 |
|\ | | | | | Wording fix for notice button | ||||
| * | Modify wording to new accept. | Kevin Serrano | 2017-06-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:nihar97/metamask-plugin into internfix | Kevin Serrano | 2017-06-09 | 1 | -1/+1 |
| |\ | |||||
| | * | continue button changed to agree | Nihar | 2017-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Modify tests for new api mock.' | Kevin Serrano | 2017-06-06 | 1 | -2/+2 |
|/ / | |||||
* | | Modfiy test to ether standards. | Kevin Serrano | 2017-05-25 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-25 | 3 | -2/+85 |
|\ \ | |||||
| * | | clean up test | frankiebee | 2017-05-24 | 1 | -2/+1 |
| | | | |||||
| * | | stop polling when switching networks | frankiebee | 2017-05-24 | 1 | -1/+5 |
| | | | |||||
| * | | Fix for tests | frankiebee | 2017-05-24 | 3 | -2/+82 |
| | | | |||||
* | | | Fix test, create new value for precision/scale | Kevin Serrano | 2017-05-24 | 1 | -2/+3 |
| | | | |||||
* | | | Modify test, replace clone package. | Kevin Serrano | 2017-05-18 | 1 | -2/+2 |
| | | | |||||
* | | | Linted test | Dan Finlay | 2017-05-17 | 1 | -6/+4 |
| | | | |||||
* | | | Clean up test | Dan Finlay | 2017-05-17 | 1 | -4/+1 |
| | | | |||||
* | | | Simplify test to represent realistic use case | Dan Finlay | 2017-05-17 | 1 | -10/+6 |
| | | |