aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/app/controllers/transactions
Commit message (Collapse)AuthorAgeFilesLines
* Disallow loading as metamaskNetworkId (#5924)Frankie2018-12-141-2/+11
| | | | | | * transactions - throw an error if a transaction is generated while the network is loading * add tests for failing when netId is loading
* Final gas customization fixesDan Miller2018-12-041-1/+1
|
* Adds createSpeedUpTransaction to txControllerDan Miller2018-12-041-0/+67
|
* Autofill gasPrice for retry attempts with either the recommended gasprice or ↵Frankie2018-11-271-1/+4
| | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint
* Tx controller now uses safe event emitter (#5769)Frankie2018-11-172-24/+26
| | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint
* Resubmit approved transactions on new block (#5752)Dan Finlay2018-11-152-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations
* Ensure that new transactions added are using the selected addressWhymarrh Whitby2018-10-111-4/+26
|
* Set metamask controller network provider to localhostThomas Huang2018-07-311-1/+2
|
* Merge branch 'develop' into network-remove-provider-engineThomas2018-07-262-6/+26
|\
| * test - check that #setTxStatusRejected removes transaction from historyfrankiebee2018-07-111-0/+9
| |
| * Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-07-118-102/+78
| |\ | | | | | | | | | into i#3896
| * | tests - fix cancle transaction test to better fit new behaviorfrankiebee2018-06-272-13/+10
| | |
| * | woops - remove .onlyfrankiebee2018-06-261-1/+1
| | | | | | | | | | | | Co-authored-by: @jennypollack
| * | trandsactions - remove rejected transactions from historyfrankiebee2018-06-261-0/+14
| | |
* | | test - unit - remove tests for obsolete methodskumavis2018-07-041-52/+0
| | |
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-07-048-95/+126
|\ \ \ | | |/ | |/| | | | network-remove-provider-engine
| * | fix unit testsbrunobar792018-07-031-4/+3
| | |
| * | fix testsbrunobar792018-07-031-3/+6
| | |
| * | fix warning for unit testsbrunobar792018-07-035-44/+19
| | |
| * | eslint --fix .brunobar792018-07-037-58/+57
| |/
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-072-0/+94
|\| | | | | | | network-remove-provider-engine
| * remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-311-11/+10
| |
| * adding tests for recipient blacklist checkerCsaba Solya2018-05-301-0/+78
| |
| * adding transaction controller testsCsaba Solya2018-05-301-0/+17
| |
* | test - unit - tx-controller - fix blockTracker stubkumavis2018-05-291-0/+1
| |
* | test - unit - pending-tx-tracker - update method namekumavis2018-05-291-2/+2
| |
* | test - unit - nonce-tracker - fix blockTracker stubkumavis2018-05-291-0/+1
| |
* | controllers - transactions - merge @frankiebee's work with minekumavis2018-05-292-56/+7
| |
* | test - unit - code style nitpickkumavis2018-05-251-1/+2
| |
* | test - unit - tx-controller-test - add history object to txMeta when using ↵kumavis2018-05-251-31/+29
| | | | | | | | internal calls
* | Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-05-231-31/+20
| | | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-231-4/+4
|/ | | | network-remove-provider-engine
* Merge branch 'develop' into testingtmashuang2018-05-221-30/+0
|
* Moved loose some loose test files to sub folderstmashuang2018-05-218-0/+1716