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
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
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
kumavis
20bdba3d17
diagnostics - rewrite bug-notifier as diagnostics-reporter
7 years ago
kumavis
6247e54fcc
add multivault detection to diagnostics reporting
7 years ago
Dan Finlay
41f292437d
Record identity before deleting it
7 years ago
Dan Finlay
ae156e1087
Mock notifier in test
7 years ago
Dan Finlay
f07ca73e07
Add comment
7 years ago
Dan Finlay
415ab2d534
Do not alert to user
7 years ago
Dan Finlay
22754e3e1f
Linted
7 years ago
Dan Finlay
7b87afb4b7
Add bug info under metadata key
7 years ago
Dan Finlay
0eacee8e45
Add first time info to bug report
7 years ago
Dan Finlay
3bfc40c284
Add version to report
7 years ago
Dan Finlay
d07c664b2c
Fine tune error posting
7 years ago
Dan Finlay
b858cc4b1b
Only notify first time lost ids are detected
7 years ago
Dan Finlay
f3b385cb09
Add reporting uri
7 years ago
Dan Finlay
fd1ce4d741
Begin adding unconfigured notifier
7 years ago
Dan Finlay
8fcaa2cf56
Persist lost identities to storage for later analysis
7 years ago
Dan Finlay
f5d4acf53b
Add minimal user notification of issue.
7 years ago
Dan Finlay
7382bd0847
Add identity synchronizing code
...
Addresses #4475 , where entries in the identities object do not
necessarily have corresponding accounts in the vault.
On password submission, this change passes known accounts to the
preferencesController (responsible for nickname management), and removes
unknown entries.
Includes "TODO" notes for where we could log the issue to sentry or
notify the user.
7 years ago
Dan Finlay
764643ed5f
Block gravityforms.com from web3 injection
...
Fixes #3073
7 years ago
kumavis
eb3241ccba
metamask-controller - clear account labels on restore from seed phrase
7 years ago
kumavis
54a9c62fd6
preferences controller - jsdoc fix
7 years ago