Jenny Pollack
275c31855d
first language - add check for brave browser on getAcceptLanguages
2018-06-06 18:10:05 -07:00
Dan
a09d609360
Bump beta e2e timeouts on faucet page.
2018-06-06 22:15:38 -02:30
Dan
11f5fdc927
Merge branch 'develop' into i3725-refactor-send-component-
2018-06-06 21:55:20 -02:30
kumavis
c86213bf11
Merge pull request #4385 from MetaMask/ci-test-e2e-beta
...
CI - Add e2e-beta tests
2018-06-06 16:58:34 -07:00
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.
2018-06-06 16:46:39 -07:00
kumavis
aea9491f6a
Merge pull request #4477 from MetaMask/i3073-block-gravityforms
...
Block gravityforms.com from web3 injection
2018-06-06 12:24:05 -07:00
Dan
ae55e8a3c1
Merge branch 'develop' into i3725-refactor-send-component-
2018-06-06 16:40:43 -02:30
Thomas Huang
1fb408f62e
Merge pull request #4512 from MetaMask/test-metamask-no-diagnostics
...
test - metamask-controller - disable diagnostics
2018-06-06 11:54:59 -07:00
kumavis
d30f03dcbf
Merge pull request #4414 from scsaba/recipient-blacklist
...
Disallow sending to ganache default accounts on main net
2018-06-06 11:54:01 -07:00
kumavis
72f7a4e1d0
Merge pull request #4418 from MetaMask/handle-import-account-failure-in-ui
...
Handle errors for null selected address after Importing account (json or private key)
2018-06-06 11:47:45 -07:00
kumavis
546996c1f9
Merge pull request #4514 from whymarrh/account-label-type-check
...
Add account type assertion to PreferencesController#setAccountLabel
2018-06-06 11:42:52 -07:00
03-26
ccd4884db1
i18n - ja improvements
2018-06-06 11:38:57 -07:00
Thomas Huang
00f2433952
Merge pull request #4515 from MetaMask/master
...
Merge Master into Develop
2018-06-06 11:37:17 -07:00
Dan J Miller
191c3df108
Merge pull request #4507 from whymarrh/fix-account-order
...
Render accounts in keyring order
2018-06-06 15:21:45 -02:30
Dan
72649a0b59
Improve e2e beta tests by adding appropriate waits.
2018-06-06 13:45:08 -02:30
Dan
12e7508584
Conditionally close info page in beta e2e tests.
2018-06-06 07:34:25 -02:30
Dan
3d57352e54
Merge remote-tracking branch 'whymarrh/ci-test-e2e-beta' into ci-test-e2e-beta
2018-06-06 06:48:15 -02:30
Whymarrh Whitby
6ee9685490
Fix mock addresses used for integration tests
2018-06-05 19:48:42 -07:00
Dan
bb4de95f76
Fix e2e beta tests to account for add-token updates and actual behaviour of tab openings on installation.
2018-06-05 22:16:03 -02:30
Dan
fbcab7a91e
Merge branch 'develop' into ci-test-e2e-beta
2018-06-05 22:15:06 -02:30
Whymarrh Whitby
df6d03cefd
Fix account list order for the old UI
2018-06-05 17:17:27 -07:00
Whymarrh Whitby
d9d09f953b
Render the accounts in keyring order
2018-06-05 17:17:27 -07:00
Whymarrh Whitby
8b449b325d
Remove unused identities reducer from UI
2018-06-05 17:17:27 -07:00
Whymarrh Whitby
3cc85c219e
Add account type assertion to PreferencesController#setAccountLabel
2018-06-05 14:06:56 -07:00
Dan Finlay
3e0747f9ce
Bump changelog
2018-06-05 13:45:38 -07:00
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.
2018-06-05 13:44:03 -07:00
kumavis
39a7702c8f
Merge pull request #4511 from MetaMask/v4.7.4
...
Version 4.7.4
2018-06-05 13:35:25 -07:00
kumavis
da938ded5c
test - metamask-controller - disable diagnostics
2018-06-05 13:31:34 -07:00
kumavis
f73feccf5a
4.7.4
2018-06-05 13:22:48 -07:00
kumavis
cb7307b7ca
Merge branch 'master' of github.com:MetaMask/metamask-extension into v4.7.4
2018-06-05 13:20:31 -07:00
kumavis
c2e3194dbf
Merge pull request #4509 from whymarrh/wallet-view-assertion
...
Add explicit selectedAddress assertion to the wallet view
2018-06-05 12:57:24 -07:00
kumavis
5b3af34139
Merge pull request #4506 from MetaMask/diagnostics-multivault
...
diagnostics - add multiple vault detection to diagnostics reporting
2018-06-05 12:51:41 -07:00
kumavis
60e61e6834
diagnostics - fix reportMultipleKeyrings call
2018-06-05 12:36:15 -07:00
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.
2018-06-05 12:25:06 -07:00
kumavis
36a0574f56
diagnostics - minor fixes
2018-06-05 12:20:24 -07:00
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
2018-06-05 12:04:03 -07:00
kumavis
ece5cfc785
lint - fix diagnostics reporter
2018-06-05 11:53:21 -07:00
kumavis
20bdba3d17
diagnostics - rewrite bug-notifier as diagnostics-reporter
2018-06-05 11:51:27 -07:00
kumavis
6247e54fcc
add multivault detection to diagnostics reporting
2018-06-05 11:15:58 -07:00
Dan
49f0df3174
Merge branch 'develop' into handle-import-account-failure-in-ui
2018-06-05 09:56:36 -02:30
Dan
aee9247faa
Merge branch 'develop' into i3725-refactor-send-component-
2018-06-04 22:32:30 -02:30
Thomas Huang
e1cd3562ce
Merge pull request #4490 from MetaMask/v4.7.3
...
Version 4.7.3
2018-06-04 16:37:58 -07:00
kumavis
c12b02b4af
changelog - add note on new modal
2018-06-04 16:16:18 -07:00
kumavis
98b0c160c9
Merge branch 'develop' of github.com:MetaMask/metamask-extension into v4.7.3
2018-06-04 16:14:37 -07:00
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
2018-06-04 16:13:32 -07:00
kumavis
12a7fc4016
4.7.3
2018-06-04 16:11:19 -07:00
kumavis
ddce3d148e
Merge pull request #4486 from MetaMask/i4475-ClearUnknownIdentities
...
Clear unknown identities
2018-06-04 16:04:07 -07:00
Dan Finlay
41f292437d
Record identity before deleting it
2018-06-04 15:34:38 -07:00
Dan Finlay
ae156e1087
Mock notifier in test
2018-06-04 15:26:01 -07:00
Dan Finlay
f07ca73e07
Add comment
2018-06-04 15:18:12 -07:00