brunobar79
|
068bf43615
|
working
|
6 years ago |
Jenny Pollack
|
00bae74475
|
tx-gas-utils - catch all errors from gas estimation
|
6 years ago |
Csaba Solya
|
a3822b4680
|
add notifications
|
6 years ago |
Csaba Solya
|
6921f94bfe
|
initial test
|
6 years ago |
Alexander Tseung
|
a2d9c43fba
|
Various fixes from PR comments
|
6 years ago |
Alexander Tseung
|
9cde5ab11b
|
Use eth-method-registry to get method data
|
6 years ago |
Alexander Tseung
|
7732cd4100
|
Display newest transaction
|
6 years ago |
Alexander Tseung
|
ea9d51e427
|
Refactor and redesign confirm transaction views
|
6 years ago |
brunobar79
|
a8f745f9fe
|
eslint --fix .
|
6 years ago |
frankiebee
|
9b92ba4c47
|
trandsactions - remove rejected transactions from history
|
6 years ago |
tmashuang
|
dd18684a5d
|
Remove unsued nonce tracker function
|
6 years ago |
kumavis
|
33cb0a8cb2
|
lint - fix recipient-blacklist.js
|
6 years ago |
kumavis
|
83c02f90cf
|
blacklist - recipient blacklist as js for inline comments
|
6 years ago |
kumavis
|
753743e746
|
Update recipient-blacklist-config.json
|
6 years ago |
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.
|
6 years ago |
kumavis
|
604289c96c
|
controllers - transaction - prefer log over console
|
6 years ago |
kumavis
|
177cc3f280
|
metamask - ensure all nonce locks are released
|
6 years ago |
kumavis
|
8f93e34175
|
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
|
6 years ago |
kumavis
|
c86f935889
|
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
|
6 years ago |
Csaba Solya
|
1dda0c6469
|
remove generating blocked accounts and use a config file instead
|
7 years ago |
Csaba Solya
|
3e489ea165
|
fix documentation
|
7 years ago |
Csaba Solya
|
cf73581c0e
|
adding tests for recipient blacklist checker
|
7 years ago |
Csaba Solya
|
6affd8f949
|
adding transaction controller tests
|
7 years ago |
Csaba Solya
|
afb5788861
|
initial implementation
|
7 years ago |
kumavis
|
58de5671cc
|
controllers - transactions - fix tx status update on boot
|
7 years ago |
kumavis
|
16d0db15e0
|
controllers - transactions - fix tx confirmation
|
7 years ago |
kumavis
|
1b3fedd10d
|
controllers - transaction - pending-tx-tracker - lint fix
|
7 years ago |
kumavis
|
5be154ea20
|
controllers - transactions - merge @frankiebee's work with mine
|
7 years ago |
Anton
|
71a6e97327
|
cleanErrorStack moved to separate library module
more errors traces cleaned up
|
7 years ago |
Anton
|
1d23a5c81b
|
error message fix
|
7 years ago |
Anton
|
62dc6e20eb
|
Clean up user rejection error message
|
7 years ago |
kumavis
|
9f8d5f0547
|
controllers - transactions - pending-tx-tracker - _getBlock - poll until block is truthy
|
7 years ago |
kumavis
|
61ef4f1f29
|
tx-gas-utils - query for block without tx bodies
|
7 years ago |
frankiebee
|
c4b09da34e
|
transactions - update pending-tx-tracker to use the new block tracker
|
7 years ago |
frankiebee
|
10aecf4922
|
remove dependance on the even tx:confirmed
|
7 years ago |
Frankie
|
e8b2e11c56
|
Reveal get filtered tx list (#4332)
* add getFilteredTxList from txController to getApi
* transactions - remove dead code (isNonceTaken)
|
7 years ago |
kumavis
|
088d7930e0
|
network - create provider and block-tracker via json-rpc-engine
|
7 years ago |
kumavis
|
8e1cad5ff6
|
tx-state-history-helper - use more readable Date.now method
|
7 years ago |
Dan
|
6bc8cc819a
|
Merge branch 'develop' into i3725-refactor-send-component-
|
7 years ago |
Csaba Solya
|
2081768fc5
|
fix lint issues
|
7 years ago |
Csaba Solya
|
3642810584
|
remove unnecessary lib
|
7 years ago |
Csaba Solya
|
349fb9e0bc
|
revert unnecessary change in state manager
|
7 years ago |
Csaba Solya
|
9026651224
|
add time stamps to transaction history log entries
|
7 years ago |
bitpshr
|
6351b7bb88
|
Fix documentation typo
|
7 years ago |
frankiebee
|
a45cb75435
|
transactions - add a nonce check utility for ui use
|
7 years ago |
frankiebee
|
62bf76db53
|
fix - getTxsByMetaData check if the key is in the object not if the value is truthy
|
7 years ago |
frankiebee
|
98ae853b6c
|
require log
|
7 years ago |
frankiebee
|
706647785c
|
log emitter errors
|
7 years ago |
frankiebee
|
7eb735651b
|
transactions - run event emitters outside context of _setTxStatus
|
7 years ago |
frankiebee
|
8ffce8b59d
|
transactions - more docs and clean ups
|
7 years ago |