frankiebee
|
9c9165e930
|
filter by network for pending txs
|
2017-08-08 21:54:26 -04:00 |
|
frankiebee
|
5bb84f6e21
|
fix getPendingTransactions function for pendingTxTracker
|
2017-08-08 21:49:48 -04:00 |
|
frankiebee
|
a13643bdb5
|
fix class names
|
2017-08-08 18:30:49 -04:00 |
|
frankiebee
|
3a2190ec3c
|
fix the bind on pending tx watchers
|
2017-08-07 16:58:38 -04:00 |
|
frankiebee
|
f3b42f1e33
|
Merge branch 'master' into transactionControllerRefractor
|
2017-08-07 16:24:58 -04:00 |
|
frankiebee
|
59124eb6fd
|
remove logging of the message and log the error
|
2017-08-07 14:45:43 -04:00 |
|
frankiebee
|
a54c26382e
|
remove unnecessary if statment for error message
|
2017-08-07 14:40:07 -04:00 |
|
frankiebee
|
fb9866b4e1
|
fix spelling
|
2017-08-07 14:37:20 -04:00 |
|
kumavis
|
1be8053cca
|
blacklist - update phishing on boot and speed up polling to 4 min
|
2017-08-04 13:51:48 -07:00 |
|
frankiebee
|
08f49ab35f
|
rename PendingTransactionUtils -> PendingTransactionWatchers
|
2017-08-04 14:50:34 -04:00 |
|
frankiebee
|
89a4fef1e4
|
Merge branch 'master' into transactionControllerRefractor
|
2017-08-04 14:45:22 -04:00 |
|
frankiebee
|
087cd9fb1a
|
break out tx status pendding watchers
|
2017-08-04 14:41:35 -04:00 |
|
frankiebee
|
caee2a9e35
|
move util functions to util.js
|
2017-08-04 13:55:00 -04:00 |
|
kumavis
|
c4cb371ce8
|
Merge pull request #1857 from MetaMask/hotFixCancleTx
fix cancelTransaction not receiving a callback
|
2017-08-03 21:01:13 -07:00 |
|
frankiebee
|
7de58c8709
|
fix cancelTransaction not reciving a callback
|
2017-08-03 21:22:08 -04:00 |
|
kumavis
|
34b1e80088
|
Merge branch 'master' of github.com:MetaMask/metamask-plugin into blacklist-refactor2
|
2017-08-03 14:28:48 -07:00 |
|
kumavis
|
d4877cb4e2
|
blacklist - use module eth-phishing-detect
|
2017-08-03 14:25:02 -07:00 |
|
frankiebee
|
dce593fd7b
|
remove stack from txs
|
2017-08-03 15:39:55 -04:00 |
|
kumavis
|
8a9d0073b1
|
Merge pull request #1848 from MetaMask/transactionControllerRefractor
Transaction controller refractor part 1: promises for everyone and more tests!
|
2017-08-02 19:57:16 -07:00 |
|
frankiebee
|
b471afcdb3
|
use error for #approveTransaction when setting failed
|
2017-08-02 19:24:34 -04:00 |
|
frankiebee
|
340dbe75fc
|
use async with #publishTransaction
|
2017-08-02 19:09:37 -04:00 |
|
frankiebee
|
b80c7e417b
|
move newUnapprovedTransaction to transactions.js
|
2017-08-02 18:59:34 -04:00 |
|
kumavis
|
8c6f01b910
|
blacklist controller - breakout from metamask and infura controllers
|
2017-08-02 15:54:59 -07:00 |
|
kumavis
|
ecaa235b5e
|
phishing detection - move phishing detection into contentscript and metamask controller
|
2017-08-02 14:26:10 -07:00 |
|
kumavis
|
aea5735b29
|
obj-multiplex - missing name error + prefer const over var
|
2017-08-02 14:25:28 -07:00 |
|
frankiebee
|
25bc15ba17
|
lint fixes
|
2017-08-02 11:47:13 -04:00 |
|
frankiebee
|
25cffd21f8
|
Merge branch 'master' into transactionControllerRefractor
|
2017-08-02 11:41:29 -04:00 |
|
frankiebee
|
ece9200c72
|
fix spelling mistake
|
2017-08-02 11:36:07 -04:00 |
|
frankiebee
|
3a4726018e
|
fix addTxDefaults
|
2017-08-02 11:35:35 -04:00 |
|
frankiebee
|
432f516ab0
|
make addUnapprovedTransaction async function and use promise based ethQuery
|
2017-08-02 10:26:25 -04:00 |
|
Dan Finlay
|
6675241fa9
|
Merge branch 'master' into i1805-LiveBlacklistUpdating
|
2017-07-26 16:46:59 -07:00 |
|
Dan Finlay
|
8b1726cc55
|
Live update blacklist from Infura
|
2017-07-26 16:30:54 -07:00 |
|
Dan Finlay
|
f147b928b2
|
Merge branch 'master' into i1805-LiveBlacklistUpdating
|
2017-07-26 15:32:19 -07:00 |
|
Kevin Serrano
|
aa282b4e3a
|
Give credit where it is due
|
2017-07-26 15:31:16 -07:00 |
|
Kevin Serrano
|
66f6d5a4e0
|
Add levenshtein logic to blacklister.
|
2017-07-26 15:25:30 -07:00 |
|
Dan Finlay
|
3d8ebf2265
|
Begin implementing live-updating blacklist, not working yet
|
2017-07-26 12:27:16 -07:00 |
|
kumavis
|
35a128db1e
|
nonce-tracker - hotfix for provider proxying
|
2017-07-26 11:37:00 -07:00 |
|
kumavis
|
b15a2baaf3
|
nonce-tracker - add raw baseNonceHex to nonceDetails
|
2017-07-26 11:09:02 -07:00 |
|
kumavis
|
7e2e4948a6
|
tx cont - dont recursively store history
|
2017-07-26 10:57:47 -07:00 |
|
kumavis
|
de2cf4e9cd
|
Merge branch 'master' of github.com:MetaMask/metamask-plugin into betterErrorsOnTx
|
2017-07-26 10:43:36 -07:00 |
|
kumavis
|
0ef90fb1f0
|
tx controller + nonce tracker - record nonce components on txMeta
|
2017-07-26 10:40:08 -07:00 |
|
kumavis
|
39d28922de
|
nonce-tracker - validation - add validation failing value type to error message
|
2017-07-26 10:16:08 -07:00 |
|
kumavis
|
f16802e2d4
|
nonce-tracker - validation - add validation failing value to error message
|
2017-07-26 10:15:35 -07:00 |
|
frankiebee
|
30cbe74ba6
|
Merge branch 'betterErrorsOnTx' of https://github.com/MetaMask/metamask-extension into betterErrorsOnTx
|
2017-07-25 18:33:52 -04:00 |
|
frankiebee
|
ba88f7b8dd
|
fix typo
|
2017-07-25 18:29:02 -04:00 |
|
Frankie
|
a929fb2387
|
Merge branch 'master' into betterErrorsOnTx
|
2017-07-25 18:26:41 -04:00 |
|
frankiebee
|
b81f883150
|
fix stack wording
|
2017-07-25 18:23:26 -04:00 |
|
frankiebee
|
1df833bee8
|
use clone
|
2017-07-25 18:21:40 -04:00 |
|
frankiebee
|
e0a626da3b
|
remove line numbers
|
2017-07-25 18:02:21 -04:00 |
|
kumavis
|
4445ba1569
|
tx cont - add argument for provider constructor
|
2017-07-25 14:36:19 -07:00 |
|