Whymarrh Whitby
d9d09f953b
Render the accounts in keyring order
7 years ago
Whymarrh Whitby
8b449b325d
Remove unused identities reducer from UI
7 years ago
Whymarrh Whitby
3cc85c219e
Add account type assertion to PreferencesController#setAccountLabel
7 years ago
Dan Finlay
3e0747f9ce
Bump changelog
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
39a7702c8f
Merge pull request #4511 from MetaMask/v4.7.4
...
Version 4.7.4
7 years ago
kumavis
da938ded5c
test - metamask-controller - disable diagnostics
7 years ago
kumavis
f73feccf5a
4.7.4
7 years ago
kumavis
cb7307b7ca
Merge branch 'master' of github.com:MetaMask/metamask-extension into v4.7.4
7 years ago
kumavis
c2e3194dbf
Merge pull request #4509 from whymarrh/wallet-view-assertion
...
Add explicit selectedAddress assertion to the wallet view
7 years ago
kumavis
5b3af34139
Merge pull request #4506 from MetaMask/diagnostics-multivault
...
diagnostics - add multiple vault detection to diagnostics reporting
7 years ago
kumavis
60e61e6834
diagnostics - fix reportMultipleKeyrings call
7 years ago
Whymarrh Whitby
665ac860e5
Remove selectedIdentity prop from wallet view
...
The selectedIdentity property is computed based on the selectedAddress
which means that using both the selectedAddress and the selectedIdentity
is redundant. In the case of the Array#find call on the set of keyrings,
we wouldn't have a situation where one is included and the other isn't.
This changeset removes the selectedIdentity from the wallet view because
it isn't needed.
7 years ago
kumavis
36a0574f56
diagnostics - minor fixes
7 years ago
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
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
49f0df3174
Merge branch 'develop' into handle-import-account-failure-in-ui
7 years ago
Dan
aee9247faa
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Thomas Huang
e1cd3562ce
Merge pull request #4490 from MetaMask/v4.7.3
...
Version 4.7.3
7 years ago
kumavis
c12b02b4af
changelog - add note on new modal
7 years ago
kumavis
98b0c160c9
Merge branch 'develop' of github.com:MetaMask/metamask-extension into v4.7.3
7 years ago
Dan J Miller
3b6e96bac9
Update hide-token-confirmation-modal.js to use new modalState schema ( #4482 )
...
* Update hide-token-confirmation-modal.js to use new modalState schema (added in 41e38fe55
).
* Fix modalState props
7 years ago
kumavis
12a7fc4016
4.7.3
7 years ago
kumavis
ddce3d148e
Merge pull request #4486 from MetaMask/i4475-ClearUnknownIdentities
...
Clear unknown identities
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
cd1e77c0f6
Add changelog entry
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
797e63b37b
Add failing test for unknown identity entry
7 years ago
Dan J Miller
139f930185
Merge pull request #4350 from MetaMask/i3914-fix-newui-send-gas-estimation
...
NewUI gas estimation produces same results as old-ui (exception: contract addresses)
7 years ago
Dan
ada59054c9
Simplify recipient code check in send.utils estimateGas
7 years ago
Dan J Miller
5d58f0e9a0
Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow
...
Token name is not hidden in wallet if balance is exceptionally long.
7 years ago
Alexander Tseung
3aa4c3b804
Reduce height of notice container in onboarding ( #4435 )
7 years ago
Alexander Tseung
5a2771dd47
Indicate the current selected account on the popup account view ( #4445 )
7 years ago
Dan Finlay
764643ed5f
Block gravityforms.com from web3 injection
...
Fixes #3073
7 years ago
Dan Finlay
83c7de2169
Merge pull request #4471 from MetaMask/master
...
4.7.2 - Merge master into develop
7 years ago