Thomas Huang
|
5a45df72c6
|
Merge pull request #4669 from MetaMask/removeNonceTrackerFunction
Remove unsued nonce tracker function
|
2018-07-12 11:48:05 -07:00 |
|
Thomas
|
5188b727d4
|
Merge branch 'develop' into removeNonceTrackerFunction
|
2018-07-10 11:34:00 -07:00 |
|
frankiebee
|
28c509914b
|
Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into i#3896
|
2018-07-10 11:32:05 -07:00 |
|
brunobar79
|
a8f745f9fe
|
eslint --fix .
|
2018-07-02 18:49:33 -04:00 |
|
frankiebee
|
9b92ba4c47
|
trandsactions - remove rejected transactions from history
|
2018-06-25 15:07:54 -07:00 |
|
tmashuang
|
dd18684a5d
|
Remove unsued nonce tracker function
|
2018-06-25 15:01:14 -07:00 |
|
kumavis
|
33cb0a8cb2
|
lint - fix recipient-blacklist.js
|
2018-06-15 11:07:56 -07:00 |
|
kumavis
|
83c02f90cf
|
blacklist - recipient blacklist as js for inline comments
|
2018-06-15 10:47:42 -07:00 |
|
kumavis
|
753743e746
|
Update recipient-blacklist-config.json
|
2018-06-15 10:32:09 -07:00 |
|
Dan Finlay
|
a42299aab7
|
Add apparent phishing address to block list
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.
|
2018-06-15 08:55:39 -07:00 |
|
kumavis
|
604289c96c
|
controllers - transaction - prefer log over console
|
2018-06-12 12:08:06 -07:00 |
|
kumavis
|
177cc3f280
|
metamask - ensure all nonce locks are released
|
2018-06-12 11:51:35 -07:00 |
|
kumavis
|
8f93e34175
|
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
|
2018-06-12 11:31:26 -07:00 |
|
Csaba Solya
|
1dda0c6469
|
remove generating blocked accounts and use a config file instead
|
2018-05-30 21:15:59 +02:00 |
|
Csaba Solya
|
3e489ea165
|
fix documentation
|
2018-05-30 17:42:41 +02:00 |
|
Csaba Solya
|
cf73581c0e
|
adding tests for recipient blacklist checker
|
2018-05-30 17:38:27 +02:00 |
|
Csaba Solya
|
6affd8f949
|
adding transaction controller tests
|
2018-05-30 16:24:40 +02:00 |
|
Csaba Solya
|
afb5788861
|
initial implementation
|
2018-05-30 15:53:18 +02:00 |
|
kumavis
|
4205d92729
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master
|
2018-05-29 16:12:36 -07:00 |
|
Anton
|
71a6e97327
|
cleanErrorStack moved to separate library module
more errors traces cleaned up
|
2018-05-28 22:57:08 +02:00 |
|
Anton
|
1d23a5c81b
|
error message fix
|
2018-05-28 18:08:33 +02:00 |
|
Anton
|
62dc6e20eb
|
Clean up user rejection error message
|
2018-05-28 17:57:45 +02:00 |
|
Frankie
|
e8b2e11c56
|
Reveal get filtered tx list (#4332)
* add getFilteredTxList from txController to getApi
* transactions - remove dead code (isNonceTaken)
|
2018-05-21 16:00:44 -07:00 |
|
kumavis
|
8e1cad5ff6
|
tx-state-history-helper - use more readable Date.now method
|
2018-05-16 13:05:07 -07:00 |
|
Csaba Solya
|
2081768fc5
|
fix lint issues
|
2018-05-10 13:43:31 +02:00 |
|
Csaba Solya
|
3642810584
|
remove unnecessary lib
|
2018-05-10 13:34:56 +02:00 |
|
Csaba Solya
|
349fb9e0bc
|
revert unnecessary change in state manager
|
2018-05-10 13:33:40 +02:00 |
|
Csaba Solya
|
9026651224
|
add time stamps to transaction history log entries
|
2018-05-10 13:26:02 +02:00 |
|
bitpshr
|
6351b7bb88
|
Fix documentation typo
|
2018-05-07 15:08:43 -04:00 |
|
frankiebee
|
a45cb75435
|
transactions - add a nonce check utility for ui use
|
2018-05-01 13:57:43 -07:00 |
|
frankiebee
|
62bf76db53
|
fix - getTxsByMetaData check if the key is in the object not if the value is truthy
|
2018-05-01 13:57:14 -07:00 |
|
frankiebee
|
98ae853b6c
|
require log
|
2018-04-30 09:57:36 -07:00 |
|
frankiebee
|
706647785c
|
log emitter errors
|
2018-04-29 16:35:08 -07:00 |
|
frankiebee
|
7eb735651b
|
transactions - run event emitters outside context of _setTxStatus
|
2018-04-29 16:32:16 -07:00 |
|
frankiebee
|
8ffce8b59d
|
transactions - more docs and clean ups
|
2018-04-25 11:13:51 -07:00 |
|
Dan Finlay
|
621e9334bc
|
Cleaned up some typos and JSDocs in Transactions
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
|
2018-04-23 09:43:18 -07:00 |
|
frankiebee
|
e862a5091e
|
transactions - fix refernces
|
2018-04-19 12:07:45 -07:00 |
|
frankiebee
|
c20c97ce62
|
Merge branch 'master' into tx-controller-rewrite-v3
|
2018-04-19 11:49:11 -07:00 |
|
frankiebee
|
eeb9390de8
|
meta - transactions - docs yo!
|
2018-04-19 11:46:15 -07:00 |
|
frankiebee
|
943eea043c
|
fix up - more docs
|
2018-04-13 13:18:45 -07:00 |
|
frankiebee
|
88f4212363
|
meta - transactions - code clean up and jsDoc
|
2018-04-13 12:38:07 -07:00 |
|
frankiebee
|
3aaa28531e
|
transactions - code cleanup
|
2018-04-12 12:24:16 -07:00 |
|
frankiebee
|
5494aa4f9c
|
transactions - lint fixes
|
2018-04-10 14:54:30 -07:00 |
|
frankiebee
|
2d7c3c2b00
|
meta - transactions - create a transactions dir in controller and move relevant files into it
|
2018-04-10 14:28:05 -07:00 |
|