Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint - fix recipient-blacklist.js | kumavis | 2018-06-16 | 1 | -13/+13 |
| | |||||
* | blacklist - recipient blacklist as js for inline comments | kumavis | 2018-06-16 | 2 | -2/+2 |
| | |||||
* | Update recipient-blacklist-config.json | kumavis | 2018-06-16 | 1 | -0/+2 |
| | |||||
* | Add apparent phishing address to block list | Dan Finlay | 2018-06-15 | 1 | -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 instead | Csaba Solya | 2018-05-31 | 2 | -16/+18 |
| | |||||
* | fix documentation | Csaba Solya | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | adding tests for recipient blacklist checker | Csaba Solya | 2018-05-30 | 1 | -3/+3 |
| | |||||
* | adding transaction controller tests | Csaba Solya | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | initial implementation | Csaba Solya | 2018-05-30 | 1 | -0/+36 |
| | |||||
* | tx-state-history-helper - use more readable Date.now method | kumavis | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | fix lint issues | Csaba Solya | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | add time stamps to transaction history log entries | Csaba Solya | 2018-05-10 | 1 | -8/+13 |
| | |||||
* | transactions - more docs and clean ups | frankiebee | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | meta - transactions - docs yo! | frankiebee | 2018-04-20 | 2 | -4/+60 |
| | |||||
* | fix up - more docs | frankiebee | 2018-04-14 | 1 | -16/+16 |
| | |||||
* | transactions - lint fixes | frankiebee | 2018-04-11 | 1 | -5/+5 |
| | |||||
* | meta - transactions - create a transactions dir in controller and move ↵ | frankiebee | 2018-04-11 | 2 | -0/+107 |
relevant files into it |