Skip to content

Commit

Permalink
jade: update Jade api to 1.0.29
Browse files Browse the repository at this point in the history
Updates cbor dependency to cbor2, required for modern linux/python
versions.
  • Loading branch information
JamieDriver committed Apr 15, 2024
1 parent 8759928 commit 1750808
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 89 deletions.
6 changes: 3 additions & 3 deletions contrib/deterministic-build/requirements-hw.txt
Expand Up @@ -6,8 +6,8 @@ bitbox02==6.2.0 \
--hash=sha256:cede06e399c98ed536fed6d8a421208daa00f97b697bd8363a941ac5f33309bf
btchip-python==0.1.32 \
--hash=sha256:34f5e0c161c08f65dc0d070ba2ff4c315ed21c4b7e0faa32a46862d0dc1b8f55
cbor==1.0.0 \
--hash=sha256:13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6
cbor2==5.4.6 \
--hash=sha256:b893500db0fe033e570c3adc956af6eefc57e280026bd2d86fd53da9f1e594d7
certifi==2024.2.2 \
--hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f \
--hash=sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
Expand Down Expand Up @@ -363,4 +363,4 @@ urllib3==1.26.18 \
--hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0
wheel==0.38.4 \
--hash=sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac \
--hash=sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8
--hash=sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8
2 changes: 1 addition & 1 deletion contrib/requirements/requirements-hw.txt
Expand Up @@ -24,7 +24,7 @@ ckcc-protocol>=0.7.7
bitbox02>=6.2.0

# device plugin: jade
cbor>=1.0.0,<2.0.0
cbor2>=5.4.6,<6.0.0
pyserial>=3.5.0,<4.0.0

# prefer older protobuf (see #7922)
Expand Down
2 changes: 1 addition & 1 deletion electrum/plugins/jade/jadepy/README.md
Expand Up @@ -2,7 +2,7 @@

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.37](https://github.com/Blockstream/Jade/releases/tag/0.1.37).
This modified version was made from tag [1.0.29](https://github.com/Blockstream/Jade/releases/tag/1.0.29).

Intention is to fold these modifications back into Jade repo, for future api release.

Expand Down

0 comments on commit 1750808

Please sign in to comment.