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

Ledger Live fix connection errors #797

Merged
merged 5 commits into from
Nov 4, 2024

Commits on Oct 29, 2024

  1. Rename variables in ConnectWalletButton

    To improve readability.
    r-czajkowski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    52cbd2c View commit details
    Browse the repository at this point in the history
  2. Update ConnectWalletModalBase component

    Disconnect connector on close modal button when the message is not
    signed. The user can connect sucessfuly with wallet but also can reject
    the sign message step. If the user rejects the login message signing and
    closes the modal, they should get back to the initial state of the not
    connected account.
    r-czajkowski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    590e226 View commit details
    Browse the repository at this point in the history
  3. Update useWallet hook

    The wagmi returns the connector object even if we call `disconnect`
    function. In that case the connector has basic information like: id,
    name, type and uuid and the status is set to `connected`. So here we
    need to make sure the `getAccounts` and `getBitcoinAddress` functions
    exist in the connector object.
    r-czajkowski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fa48081 View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    r-czajkowski committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e39ed9b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    b473827 View commit details
    Browse the repository at this point in the history