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 wallet support #34

Merged
merged 11 commits into from
Sep 26, 2018
Merged

Ledger wallet support #34

merged 11 commits into from
Sep 26, 2018

Commits on Sep 17, 2018

  1. Initial ledger support based on ledgerblue module

    The function defunctSignMessage() is not working but is added for
    documentation purpose.
    bargst committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    11267d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2b1d8 View commit details
    Browse the repository at this point in the history
  3. LedgerUsbDevice initial cleanup

    - remove ledgerblue dependency
    - pack all device comm in LedgerUsbDevice class
    bargst committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    786a21f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9267ab0 View commit details
    Browse the repository at this point in the history
  5. Add ledger timeout

    bargst committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    3d9a689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58533e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec3e588 View commit details
    Browse the repository at this point in the history
  8. Updates

    - small fixes
    - make transaction larger than 255 bytes be able to be signed !
    bargst committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    dd32a6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1638ac7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e7532a View commit details
    Browse the repository at this point in the history
  11. Updates & Fix

    - use checksumed address
    - return r and s as int
    - Add instruction for ledger init using a well defined seed
    - add ledger as a sessions fixture
    - add tx_signed and addresses values related to the new seed
    - update tests to use new defined seed
    bargst committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    386fd5c View commit details
    Browse the repository at this point in the history