spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.22k stars 3.02k forks source link

jade: update Jade api to 1.0.29 #9007

Closed JamieDriver closed 2 months ago

JamieDriver commented 2 months ago

Updates cbor dependency to cbor2, required for modern linux/python versions. (Also some new calls (unused in electrum), improvements to logging, better scanning for usb-connected hw)

1-21gigasats commented 2 months ago

I build a new arch package based on this commit and can confirm that my jade version 1.0.29 was successfully detected by electrum after installing python-cbor2 and python-pyserial

SomberNight commented 2 months ago

Thx, looks good. I've manually triggered the Windows and AppImage builds on the CI now. Btw, there were some typo fixes in https://github.com/spesmilo/electrum/commit/81c943ae8362e45220d314fa9923db587058b354 that this reverts, but they should have been done upstream. Not a problem, just mentioning it.

JamieDriver commented 2 months ago

I'll pull the typo fixes into Jade proper - thanks for pointing them out! ;-)