Esteban MIno
|
15ea8c04b2
|
fix merge
|
6 years ago |
frankiebee
|
c2d4b237eb
|
network - fix blockTracker reference to return the blockTrackerProxy instead of the direct blockTracker reference
|
6 years ago |
Esteban MIno
|
78ad3c38e2
|
add suggested token params validation
|
6 years ago |
Esteban MIno
|
9ac9f53a73
|
eth_watchToken working
|
6 years ago |
Esteban MIno
|
081884bd80
|
rpc-engine not crashing when eth_watchToken
|
6 years ago |
Esteban MIno
|
d8817b2646
|
fix doc tag
|
6 years ago |
Esteban MIno
|
3124e8c612
|
tokens related functions refactor
|
6 years ago |
Esteban MIno
|
ccae79d392
|
fix undefined for tokens on tests
|
6 years ago |
Esteban MIno
|
822c1734d6
|
fix double state update when account changed
|
6 years ago |
Esteban MIno
|
fbcba8f019
|
create tokens storage when setadresses
|
6 years ago |
Esteban MIno
|
31286673c3
|
isolation of tokens related methods in preferences
|
6 years ago |
Esteban MIno
|
5b9725d1f1
|
refactor to accountTokens
|
6 years ago |
Esteban MIno
|
2827e13caa
|
add & delete tokens per network
|
6 years ago |
Esteban MIno
|
1d3ad7cfbb
|
tokens per network for individual account
|
6 years ago |
Esteban MIno
|
adee549c43
|
preferences test fixes for tokens per account
|
6 years ago |
Esteban MIno
|
2770df80e3
|
add & delete tokens per account
|
6 years ago |
pinkiebell
|
3667f3cb85
|
network.js: convert rpc protocol to lower case (#4855)
Fixes #4253
|
6 years ago |
Jenny Pollack
|
00bae74475
|
tx-gas-utils - catch all errors from gas estimation
|
6 years ago |
brunobar79
|
5ebefc0e50
|
run linter
|
6 years ago |
Esteban MIno
|
9c95554933
|
fix detection on submit password
|
6 years ago |
Esteban Miño
|
cb045fd8fe
|
Auto-detect tokens #3034 (#4683)
* detect tokens polling
* network store to detect token
* tests for spec
* passtest-lint
* fix lint
* improve tests
* detect tokens through infura
* detect tokens when submit password and new account selected
* keyring unlocked detect and unit tests
* add changelog
|
6 years ago |
Csaba Solya
|
a3822b4680
|
add notifications
|
6 years ago |
Esteban MIno
|
009b1cefbe
|
keyring unlocked detect and unit tests
|
6 years ago |
Csaba Solya
|
6921f94bfe
|
initial test
|
6 years ago |
Esteban MIno
|
3b97d816ff
|
detect tokens when submit password and new account selected
|
6 years ago |
Esteban MIno
|
2fffe09873
|
detect tokens through infura
|
6 years ago |
Esteban MIno
|
910713c6b3
|
improve tests
|
6 years ago |
brunobar79
|
523cf9ad33
|
account removal is working
|
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 |
Esteban MIno
|
03fd4355af
|
passtest-lint
|
6 years ago |
brunobar79
|
a8f745f9fe
|
eslint --fix .
|
6 years ago |
Esteban MIno
|
6284e66481
|
tests for spec
|
7 years ago |
Esteban MIno
|
0e863d5fab
|
network store to detect token
|
7 years ago |
Esteban MIno
|
bfac9c2c2d
|
detect tokens polling
|
7 years ago |
frankiebee
|
9b92ba4c47
|
trandsactions - remove rejected transactions from history
|
7 years ago |
tmashuang
|
dd18684a5d
|
Remove unsued nonce tracker function
|
7 years ago |
Dan Finlay
|
0481335dda
|
Improved rpc-engine usage
|
7 years ago |
Dan Finlay
|
5e4f3e430a
|
Get popup appearing when suggesting new token
|
7 years ago |
Dan Finlay
|
f14ed32980
|
Begin letting UI show suggested tokens
|
7 years ago |
Dan Finlay
|
5d7c2810a7
|
Begin adding eth_watchToken
|
7 years ago |
kumavis
|
33cb0a8cb2
|
lint - fix recipient-blacklist.js
|
7 years ago |
kumavis
|
83c02f90cf
|
blacklist - recipient blacklist as js for inline comments
|
7 years ago |
kumavis
|
753743e746
|
Update recipient-blacklist-config.json
|
7 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.
|
7 years ago |
kumavis
|
604289c96c
|
controllers - transaction - prefer log over console
|
7 years ago |
kumavis
|
177cc3f280
|
metamask - ensure all nonce locks are released
|
7 years ago |
kumavis
|
8f93e34175
|
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
|
7 years ago |