1
0

Merge pull request #7977 from JamieDriver/update_jade_api

jade: update Jade api to 0.1.37
This commit is contained in:
ghost43
2022-09-23 14:04:11 +00:00
committed by GitHub
3 changed files with 1220 additions and 143 deletions

View File

@@ -2,14 +2,10 @@
This is a slightly modified version of the official [Jade](https://github.com/Blockstream/Jade) python library.
This modified version was made from tag [0.1.32](https://github.com/Blockstream/Jade/releases/tag/0.1.32).
This modified version was made from tag [0.1.37](https://github.com/Blockstream/Jade/releases/tag/0.1.37).
Intention is to fold these modifications back into Jade repo, for future api release.
## Changes
- Removed BLE module, reducing transitive dependencies
- Comment create_ble() functions
- More robust 'read_cbor_respose()' function - backported from jade master
- Tweak jade_serial.py to unset RTS line - backported from jade master
- _http_request() function removed, so cannot be used as unintentional fallback
- _http_request() function removed, so cannot be used as unintentional fallback

View File

@@ -1,4 +1,4 @@
from .jade import JadeAPI
from .jade_error import JadeError
__version__ = "0.0.1"
__version__ = "0.2.0"

File diff suppressed because it is too large Load Diff