1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test
Mark Stacey 812c546acd
Contract test dapp improvements (#7587)
* Add Get Accounts button

This button calls `eth_accounts`. This button is always enabled, even
when not connected.

* Disable account buttons by default

The buttons that require you to have first connected have been disabled
by default. Previously they would be enabled until the JavaScript
finished initializing the page, at which point they'd be disabled. This
resulted in a distracting flash as the page loaded and the buttons
changed.

The `signTypedData` button was added to the accounts button set as
well, rather than being left enabled regardless of connected status.

* Allow connect button to become re-enabled

The Connect button was broken previously in that after being disabled,
it would stay disabled even if the dapp lost access to MetaMask. The
button will now be enabled whenever not connected.

* Stringify signTypedData results

* Defer metamask onboarding bundle to speed up page load
2019-12-09 14:31:47 -04:00
..
data address book entries by chainId (#7205) 2019-09-21 14:36:05 -03:00
e2e Contract test dapp improvements (#7587) 2019-12-09 14:31:47 -04:00
integration Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30
lib React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
stub Merge branch 'develop' into testing 2018-05-21 14:57:57 -07:00
unit Clean up list of available currencies (#7667) 2019-12-09 13:09:46 -03:30
unit-global Freeze Promise global on boot (#7309) 2019-10-24 06:54:32 -07:00
web3 yarn lint --fix 2019-12-03 17:20:55 -03:30
base.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
flat.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
helper.js React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
setup.js Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30