Skip to content

Commit

Permalink
Merge #629: Update Jade api to 0.1.38, fix CI, fix #630
Browse files Browse the repository at this point in the history
b9a3285 jade: update Jade api to 0.1.38 (Jamie C. Driver)
023092c tests: correct git fetch of jade qemu and esp-idf branches (Jamie C. Driver)

Pull request description:

  Update jade client library, thanks.

  I have updated to the 0.1.38 release, as this includes the changes to address #630 (ie. including the change tested under #631)

ACKs for top commit:
  achow101:
    ACK b9a3285

Tree-SHA512: 1a0c6f2d7b6323ba5c2d71722c875cac3ce2b2905f5dcca45cbc5932e880ec4e27eaa08c468fbd727842514b03e22e82a6ae053472d4c8e526200d8d1c015475
  • Loading branch information
achow101 committed Oct 28, 2022
2 parents 8d134df + b9a3285 commit eacce27
Show file tree
Hide file tree
Showing 7 changed files with 1,360 additions and 183 deletions.
3 changes: 1 addition & 2 deletions hwilib/devices/jadepy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

This is a slightly stripped down version of the official [Jade](https://github.com/Blockstream/Jade) python library.

This stripped down version was made from tag [0.1.32](https://github.com/Blockstream/Jade/releases/tag/0.1.32)
This stripped down version was made from tag [0.1.38](https://github.com/Blockstream/Jade/releases/tag/0.1.38)

## Changes

- Removed BLE module, reducing transitive dependencies

2 changes: 1 addition & 1 deletion hwilib/devices/jadepy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .jade import JadeAPI
from .jade_error import JadeError

__version__ = "0.0.1"
__version__ = "0.2.0"

0 comments on commit eacce27

Please sign in to comment.