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

Vendor bitbox02 library #683

Merged
merged 8 commits into from
Jul 18, 2023
Merged

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    e2d0e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674cb08 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. deps: Add semver, noiseprotocol, and protobuf as explicit deps

    semver is required by jadepy and bitbox02
    noiseprotocol and protobuf are required by bitbox02
    achow101 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f57f9c3 View commit details
    Browse the repository at this point in the history
  2. bitbox02: vendor bitbox02 library

    Bring in a copy of the bitbox02 python library. Not yet used.
    achow101 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    056a5b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811ea15 View commit details
    Browse the repository at this point in the history
  4. bitbox02 lib: Use relative imports and our own base58

    Modify bitbox02's vendored library to use relative imports.
    
    Also modify to use our own _base58 instead of an external module.
    achow101 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    753a9d0 View commit details
    Browse the repository at this point in the history
  5. bitbox02: Replace installed bitbox02 dep with vendored

    Use the vendored package instead installing it as an external
    dependency.
    achow101 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b5ce5e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8888a85 View commit details
    Browse the repository at this point in the history