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
kumavis
54a9c62fd6
preferences controller - jsdoc fix
7 years ago
kumavis
d4cdd1a0f3
metamask - update preferences controller identities on keyring controller update
7 years ago
Whymarrh Whitby
c54e4c7191
Add PreferencesController#setAddresses to update ids
7 years ago
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Dan
0c26df9653
Fix nits.
7 years ago
Dan
9f12c26d44
Even more documentation for various controllers and libs.
7 years ago
Dan
164f9c4662
Missing bracket in docblock.
7 years ago
Dan
e80bd230b9
NO MIXED TABS AND SPACES
7 years ago
Dan
128cb1af46
Improve documentation of promises that return undefined.
7 years ago
Dan
e9ca7199ab
Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions.
7 years ago
Dan
20a075657f
Documentation for various controllers and libs
7 years ago
Dan
b9309f689b
Use extension api to get initial locale.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Dan Finlay
975f7279c7
Allow updating token details
...
Fixes #2173
7 years ago
Dan
84321b2d9b
Lint fix
7 years ago
Dan
7f79524070
Add UI selection
7 years ago
Jason Clark
a34362b776
Fixes changes requested in pullrequestreview-79088534
7 years ago
Jason Clark
fc46a16a32
toggle wired up to preferences property store
7 years ago
Clark, Jason (Contractor)
90fc4812bc
incremental commit
7 years ago
Dan
5a94775b3f
Lint fixes for NewUI-flat.
7 years ago
Dan
ac4868170f
Enables remove token and ensures add/remove update the list without need for refresh.
7 years ago
Dan Finlay
96ebbde634
Fix Account Selection
...
Do not select accounts on restore, only on creation and deliberate selection.
Fixes #2164
7 years ago
Dan Finlay
48789f2a3d
Add ability to add tokens to token list
...
Fiex #1616
7 years ago
Dan Finlay
b7b9e0c1ac
Persist selected account tab
...
Also improve error handling with token balances.
7 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
frankiebee
29a602a89b
Clean up
8 years ago
frankiebee
84b3415b44
WIP: lost enital call from dapp to getAccounts
8 years ago
Kevin Serrano
d270cbc9d2
Create distinct labels and names for addresses.
8 years ago
Kevin Serrano
e7e024bcdd
Refactor of code into separate reducers and actions.
8 years ago
Dan Finlay
b5d03cd524
add controllers to root scripts folder
8 years ago
Kevin Serrano
62854398f1
Tested against code to play nice with unit tests.
8 years ago
Kevin Serrano
7a0ce31bd3
Implemented functionality for displaying recent custom RPCs
8 years ago
Dan Finlay
0584988688
Move sigUtil and keyrings to external modules
...
These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util ), and allow each of the keyrings to import that, etc.
8 years ago
Kevin Serrano
026e0e3383
Fix naming
8 years ago
Kevin Serrano
db48f8984f
Basic infrasture for RPC list added.
8 years ago
kumavis
f9b31fe2c3
rename selectedAccount to selectedAddress
8 years ago
kumavis
0a1918f71a
preferences - introduce preferences controller
8 years ago