aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/lib
Commit message (Collapse)AuthorAgeFilesLines
* lint - fix recipient-blacklist.jskumavis2018-06-161-13/+13
|
* 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.
* remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-312-16/+18
|
* fix documentationCsaba Solya2018-05-301-1/+1
|
* adding tests for recipient blacklist checkerCsaba Solya2018-05-301-3/+3
|
* adding transaction controller testsCsaba Solya2018-05-301-1/+1
|
* initial implementationCsaba Solya2018-05-301-0/+36
|
* tx-state-history-helper - use more readable Date.now methodkumavis2018-05-171-1/+1
|
* fix lint issuesCsaba Solya2018-05-101-1/+1
|
* add time stamps to transaction history log entriesCsaba Solya2018-05-101-8/+13
|
* transactions - more docs and clean upsfrankiebee2018-04-261-1/+1
|
* meta - transactions - docs yo!frankiebee2018-04-202-4/+60
|
* fix up - more docsfrankiebee2018-04-141-16/+16
|
* transactions - lint fixesfrankiebee2018-04-111-5/+5
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-112-0/+107
relevant files into it