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
Dan Finlay
3a6cc3c8fd
Re-enable dapp reload on network change
...
We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7 ) before we making a breaking change to our platform.
Makes it easy to re-implement the change.
6 years ago
Dan
bb855707ef
ENS input in send form shows distinct errors for invalid addresses and non-existent addresses.
6 years ago
Thomas
ef31eeccb2
v4.8.0
6 years ago
Dan Finlay
11bfdf444d
Handle brave throws
6 years ago
kumavis
722c5ae821
notice-controller - update memStore on boot
6 years ago
kumavis
4b8a4fd5fe
test - e2e - check for phishing warning
6 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
6 years ago
kumavis
ac8b56a00d
notices - notices collection is now manually edited
6 years ago
kumavis
691ac5d288
account-import-strategies - ensure privateKey is prefixed before converting to buffer
6 years ago
kumavis
43e805805e
diagnostics - temporarily disable
6 years ago
kumavis
7b414f3ed0
background - persistence pipeline - fix persistence bug
6 years ago
Bruno
704e2a21f8
clean up
6 years ago
Bruno
8763ea898e
move TrezorKeyring to its own package
6 years ago
Bruno
d4201ae1cc
added support for signPersonalMessage
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
055346843b
lint - fix lint for network
6 years ago
kumavis
6a2649a90f
network - import createBlockTrackerInspectorMiddleware and rearrange cache middleware order
6 years ago
Erik Marks
b982961381
removed auto-reload.js, moved global web3 export to inpage.js
6 years ago
kumavis
c86f935889
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
6 years ago
Erik Marks
f461bd8812
wip
6 years ago
Dan Finlay
b24efcb1cd
Make account import tests much more specific
...
However, they no longer seem to work. I'm unclear why this test is
failing. The private key being provided should be valid.
6 years ago
kumavis
ebb9447593
test - e2e - factor out setup phase + rename METAMASK_CONFIG to METAMASK_TEST_CONFIG
6 years ago
kumavis
02f5502e16
test - e2e - inject metamask config to point at localhost
6 years ago
kumavis
0db776c3cc
lint - controllers - whitepace fix
6 years ago
Bruno
999b6bd24a
clean up
6 years ago
Bruno
68d97211ff
sign transactions is pretty close
6 years ago
Bruno
d1880073f6
balances working
6 years ago
Bruno
f6b27fa9eb
add account working
6 years ago
Bruno
f5f66f59d7
clean up
6 years ago
Bruno
8c4d58aa45
initial trezor support
7 years ago
kumavis
3ce83570ee
network - provider - infura - use block-reemit middleware
7 years ago
Jenny Pollack
fd8bcc9cb1
lint
7 years ago
Jenny Pollack
01a1eff8a8
remove loglevel
7 years ago
Jenny Pollack
7edde61c12
preferred first languauge - check for Brave
7 years ago
Jenny Pollack
275c31855d
first language - add check for brave browser on getAcceptLanguages
7 years ago
Dan Finlay
c53c5d5c9e
Fix bug where reset account would not work.
...
Fixes #4462
Ensures that resetAccount() can work on non-stock providers.
I'm unclear how this was ever working, this code hasn't moved in months,
but users report it recently breaking. Maybe we only recently pushed it
to prod.
7 years ago
03-26
ccd4884db1
i18n - ja improvements
7 years ago
kumavis
ffb8fa1649
lint - remove unused require
7 years ago
Whymarrh Whitby
3cc85c219e
Add account type assertion to PreferencesController#setAccountLabel
7 years ago
Dan Finlay
d61c979de6
Add validation for importing empty private key
...
Previously importing an empty string would result in a new empty Keyring
object to be constructed, with no notification to the user.
Now we render a clear error explaining the mistake.
7 years ago
kumavis
f73feccf5a
4.7.4
7 years ago
kumavis
60e61e6834
diagnostics - fix reportMultipleKeyrings call
7 years ago
kumavis
36a0574f56
diagnostics - minor fixes
7 years ago
kumavis
ece5cfc785
lint - fix diagnostics reporter
7 years ago