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 15 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

Commits on Jun 8, 2024

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

Commits on Jun 9, 2024

  1. Satochip: adapt bitcoin.py/transaction.py calls

    bitcoin.py/transaction.py: API changes: rm most hex usage
    
    See also spesmilo@2f10955
    Toporin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    040d0ca View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Clean Satochip plugin code using Flake8 & autopep8

    Using:
    $ ELECTRUM_LINTERS='E,F,W,C90,B'
    Toporin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a41fe39 View commit details
    Browse the repository at this point in the history
  2. Satochip plugin: clean code

    Remove unused imports, variables & code
    Toporin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fcaacce View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Satochip plugin: improve 2FA UX

    Close message dialog correctly when using 2FA
    Toporin committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f075129 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    37f719b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6bd78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b06e332 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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