Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version v10.1.0 RC #11991

Merged
merged 7 commits into from
Sep 7, 2021
Merged

Version v10.1.0 RC #11991

merged 7 commits into from
Sep 7, 2021

Conversation

metamaskbot
Copy link
Collaborator

@metamaskbot metamaskbot commented Sep 1, 2021

📦 🚀

[10.1.0]

Added

  • #11951: Adding EIP-1559 support for Ledger hardware

Fixed

  • #11951: Fixed contract deployments using Ledger hardware
  • #11972: Fixed "continue at your own risk" button (Phishing alert page)
  • #11951: Fixed ledger transactions on networks with large chainIds

danjm and others added 3 commits September 1, 2021 10:43
* EIP-1559 - Provide support for Ledger

* Update ui/selectors/selectors.js

Co-authored-by: Mark Stacey <[email protected]>

* Add shared constants for hw types

* bump eth-ledger-bridge-keyring to v0.7.0

Co-authored-by: David Walsh <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
Co-authored-by: Alex <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2021

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot
Copy link
Collaborator Author

Builds ready [a70b9c3]
Page Load Metrics (636 ± 13 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint54796374
domContentLoaded5776896352713
load5796906362713
domInteractive5766886352713

@ryanml ryanml self-assigned this Sep 1, 2021
@ryanml ryanml requested a review from tmashuang September 1, 2021 19:31
@ryanml ryanml marked this pull request as ready for review September 1, 2021 19:31
@ryanml ryanml requested review from kumavis and a team as code owners September 1, 2021 19:31
There are a few issues encountered when running `yarn setup` on new
Apple Silicon (aka M1, aka arm64) Macs:

* The script halts when attempting to run the install step for
  the `chromedriver` package with the message "Only Mac 64 bits
  supported". This is somewhat misleading as it seems to indicate that
  chromedriver can only be installed on a 64-bit Mac. However, what I
  think is happening is that the installation script for `chromedriver`
  is not able to detect that an arm64 CPU *is* a 64-bit CPU. After
  looking through the `chromedriver` repo, it appears that 87.0.1 is the
  first version that adds a proper check ([1]).

  Note that upgrading chromedriver caused the Chrome-specific tests to
  fail intermittently on CI. I was not able to 100% work out the reason
  for this, but ensuring that X (which provides a way for Chrome to run
  in a GUI setting from the command line) is available seems to fix
  these issues.

* The script also halts when attempting to run the install step for
  the `electron` package. This happens because for the version of
  `electron` we are using (9.4.2), there is no available binary for
  arm64. It appears that Electron 11.x was the first version to support
  arm64 Macs ([2]). This is a bit trickier to resolve because we don't
  explicitly rely on `electron` — that's brought in by `react-devtools`.
  The first version of `react-devtools` that relies on `electron` 11.x
  is 4.11.0 ([3]).

[1]: giggio/node-chromedriver@469dd0a
[2]: https://www.electronjs.org/blog/apple-silicon
[3]: https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md#4110-april-9-2021
@metamaskbot
Copy link
Collaborator Author

Builds ready [7daa55a]
Page Load Metrics (417 ± 41 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1366113887838
domContentLoaded3426983988842
load3647064178641
domInteractive3426983988842

@metamaskbot
Copy link
Collaborator Author

Builds ready [0a361ed]
Page Load Metrics (471 ± 53 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint36873747211354
domContentLoaded35471945411656
load37572847111053
domInteractive35471945411656

@metamaskbot
Copy link
Collaborator Author

Builds ready [a4ab20d]
Page Load Metrics (476 ± 44 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint11173042813063
domContentLoaded3727254539445
load3947354769344
domInteractive3727254539445

@ryanml ryanml merged commit 9658e4f into master Sep 7, 2021
@ryanml ryanml deleted the Version-v10.1.0 branch September 7, 2021 20:31
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants