Skip to content

Add new ledger live app bridge#10171

Closed
PatrykLucka wants to merge 9 commits intoMetaMask:developfrom
PatrykLucka:ledger-poc-integration
Closed

Add new ledger live app bridge#10171
PatrykLucka wants to merge 9 commits intoMetaMask:developfrom
PatrykLucka:ledger-poc-integration

Conversation

@PatrykLucka
Copy link
Contributor

Fixes: #9826

Implements new hardware wallet tutorial design and adds new ledger live app bridge support.

Depends on:
MetaMask/eth-ledger-bridge-keyring#51
MetaMask/eth-ledger-bridge-keyring#52

@PatrykLucka PatrykLucka requested a review from a team as a code owner January 11, 2021 14:13
@PatrykLucka PatrykLucka requested a review from danjm January 11, 2021 14:13
@github-actions
Copy link
Contributor

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.

}

renderTutorialSteps() {
renderLedgerTutorialSteps() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each of these steps needs a key attribute to prevent a warning.

<p className="hw-connect__msg">{step.message}</p>
<img
className="hw-connect__step-asset"
src={`images/${step.asset}.svg`}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw the following request in Chrome, and I think this line may be the culprit:

chrome-extension://oehplhbehlbgjdapfkoemdgjlgbjpkkg/images/undefined.svg

@darkwing
Copy link
Contributor

The current status from my testing is:

  • Add new ledger live bridge eth-ledger-bridge-keyring#51 needs to be updated with a dependency
  • In both Chrome and Firefox, I'm repeatedly being asked to open the Ethereum app on my Ledger. Once I do, seemingly nothing happens until I'm again asked to open the Ethereum app about 5 seconds later.

@darkwing darkwing mentioned this pull request Jan 26, 2021
3 tasks
@darkwing
Copy link
Contributor

Superceded by #10293

@darkwing darkwing closed this Jan 26, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 26, 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.

Migrate our Ledger integration to the Ledger Live desktop app in the place of u2f

3 participants