aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions
Commit message (Collapse)AuthorAgeFilesLines
* blacklist - recipient blacklist as js for inline commentskumavis2018-06-162-2/+2
|
* Update recipient-blacklist-config.jsonkumavis2018-06-161-0/+2
|
* Add apparent phishing address to block listDan Finlay2018-06-151-0/+1
| | | In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
* controllers - transaction - prefer log over consolekumavis2018-06-131-2/+2
|
* metamask - ensure all nonce locks are releasedkumavis2018-06-133-5/+10
|
* nonce-tracker - wrap nonce calculations in try-catch and release lock on errorkumavis2018-06-131-22/+28
|
* remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-313-18/+20
|
* fix documentationCsaba Solya2018-05-301-1/+1
|
* adding tests for recipient blacklist checkerCsaba Solya2018-05-302-5/+5
|
* adding transaction controller testsCsaba Solya2018-05-301-1/+1
|
* initial implementationCsaba Solya2018-05-302-1/+41
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-302-10/+19
|\ | | | | | | merge-master
| * cleanErrorStack moved to separate library moduleAnton2018-05-291-12/+4
| | | | | | | | more errors traces cleaned up
| * error message fixAnton2018-05-291-2/+1
| |
| * Clean up user rejection error messageAnton2018-05-281-3/+14
| |
| * require logfrankiebee2018-05-011-0/+1
| |
| * log emitter errorsfrankiebee2018-04-301-6/+10
| |
| * transactions - run event emitters outside context of _setTxStatusfrankiebee2018-04-301-7/+9
| |
* | Reveal get filtered tx list (#4332)Frankie2018-05-221-15/+0
| | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
* | tx-state-history-helper - use more readable Date.now methodkumavis2018-05-171-1/+1
| |
* | fix lint issuesCsaba Solya2018-05-102-2/+2
| |
* | remove unnecessary libCsaba Solya2018-05-101-1/+0
| |
* | revert unnecessary change in state managerCsaba Solya2018-05-101-13/+7
| |
* | add time stamps to transaction history log entriesCsaba Solya2018-05-102-16/+28
| |
* | Fix documentation typobitpshr2018-05-081-1/+1
| |
* | transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+15
| |
* | fix - getTxsByMetaData check if the key is in the object not if the value is ↵frankiebee2018-05-021-1/+1
|/ | | | truthy
* transactions - more docs and clean upsfrankiebee2018-04-266-55/+116
|
* Cleaned up some typos and JSDocs in TransactionsDan Finlay2018-04-243-38/+40
| | | | | | | | | | Nonce tracker is not fully documented yet. Have not yet touched: - tx-state-manager - tx-state-history-helper - util - tx-gas-utils - pending-tx-tracker
* transactions - fix referncesfrankiebee2018-04-202-1/+2
|
* Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-201-0/+1
|
* meta - transactions - docs yo!frankiebee2018-04-208-73/+351
|
* fix up - more docsfrankiebee2018-04-143-38/+77
|
* meta - transactions - code clean up and jsDocfrankiebee2018-04-141-41/+109
|
* transactions - code cleanupfrankiebee2018-04-132-58/+59
|
* transactions - lint fixesfrankiebee2018-04-113-12/+12
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-117-0/+1203
relevant files into it