aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/index.js
Commit message (Expand)AuthorAgeFilesLines
* transactions/deps - use broken out nonce-tracker module (#6555)Frankie2019-05-211-1/+1
* drop transactions who's nonce is lower then the known network nonce but were ...Frankie2019-05-161-0/+1
* Set a default value for code in _determineTransactionCategory (#6604)Dan J Miller2019-05-151-5/+6
* Adds a transactionCategory to txMeta for use in UI (#6567)Dan J Miller2019-05-091-3/+52
* Group transactions by nonce (#5886)Alexander Tseung2018-12-101-2/+4
* Adds createSpeedUpTransaction to txControllerDan Miller2018-12-041-0/+23
* Fixed Vivek's bug (#5860)Dan Finlay2018-11-301-2/+10
* Autofill gasPrice for retry attempts with either the recommended gasprice or ...Frankie2018-11-271-0/+9
* Tx controller now uses safe event emitter (#5769)Frankie2018-11-171-1/+1
* Resubmit approved transactions on new block (#5752)Dan Finlay2018-11-151-1/+6
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-1/+34
* Ensure that new transactions added are using the selected addressWhymarrh Whitby2018-10-111-0/+4
* Revert "transactions - add txReceipt to the txMeta body for confirmed txs (#5...Whymarrh Whitby2018-10-111-23/+1
* transactions - add txReceipt to the txMeta body for confirmed txs (#5375)Frankie2018-10-101-1/+23
* Fix updating of pending transactionsDan Finlay2018-10-061-0/+1
* Switch existing modals from using Notification to Modal. Remove Notification ...Alexander Tseung2018-09-201-2/+3
* Add createCancelTransaction methodAlexander Tseung2018-09-111-2/+47
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-07-041-1/+1
|\
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-07-031-2/+7
|\|
| * controllers - transaction - prefer log over consolekumavis2018-06-131-2/+2
| * metamask - ensure all nonce locks are releasedkumavis2018-06-131-1/+6
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-06-071-1/+5
|\|
| * remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-311-2/+2
| * adding tests for recipient blacklist checkerCsaba Solya2018-05-301-2/+2
| * initial implementationCsaba Solya2018-05-301-1/+5
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-06-071-3/+5
|\|
| * cleanErrorStack moved to separate library moduleAnton2018-05-291-12/+4
| * error message fixAnton2018-05-291-2/+1
| * Clean up user rejection error messageAnton2018-05-281-3/+14
* | controllers - transactions - fix tx status update on bootkumavis2018-05-291-0/+12
* | controllers - transactions - fix tx confirmationkumavis2018-05-291-1/+1
* | controllers - transactions - merge @frankiebee's work with minekumavis2018-05-291-9/+37
* | Merge branch 'network-remove-provider-engine' of https://github.com/MetaMask/...frankiebee2018-05-231-15/+0
|\ \
| * \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-05-231-15/+0
| |\ \
| | * | Reveal get filtered tx list (#4332)Frankie2018-05-221-15/+0
* | | | remove dependance on the even tx:confirmedfrankiebee2018-05-231-2/+6
|/ / /
* / / network - create provider and block-tracker via json-rpc-enginekumavis2018-05-171-0/+1
|/ /
* | Fix documentation typobitpshr2018-05-081-1/+1
* | transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+15
|/
* transactions - more docs and clean upsfrankiebee2018-04-261-26/+44
* Cleaned up some typos and JSDocs in TransactionsDan Finlay2018-04-241-16/+17
* transactions - fix referncesfrankiebee2018-04-201-1/+1
* Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-201-0/+1
* meta - transactions - docs yo!frankiebee2018-04-201-11/+16
* fix up - more docsfrankiebee2018-04-141-3/+8
* meta - transactions - code clean up and jsDocfrankiebee2018-04-141-41/+109
* transactions - code cleanupfrankiebee2018-04-131-56/+57
* meta - transactions - create a transactions dir in controller and move releva...frankiebee2018-04-111-0/+341