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

Add support for Satochip hardware wallet #8967

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 20, 2024

  1. Add Satochip hardware wallet support to Electrum v4.5.4

    Include new wizard Qt desktop client spesmilo#8560
    WIP
    TODO: build binaries, adapt qrcodewidget
    Toporin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fa82f82 View commit details
    Browse the repository at this point in the history
  2. Refactor class QRDialog: add optional 'cancel' button

    In satochip plugin, a user can setup a 2FA using a qrcode.
    The cancel button allows the user to cancel this action.
    Toporin committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    20be6e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8d6ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7193d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Satochip: correct flake8 issue in __init__.py

    flake8 . --count --select="$ELECTRUM_LINTERS" --ignore="$ELECTRUM_LINTERS_IGNORE" --show-source --statistics --exclude "*_pb2.py,electrum/_vendor/"
    ./electrum/plugins/satochip/__init__.py:6:23: W292 no newline at end of file
    available_for = ['qt']                      ^
    1     W292 no newline at end of file
    Toporin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ed537de View commit details
    Browse the repository at this point in the history