Page MenuHomePhabricator

[electrum] bump minimum required version of trezorlib to 0.13.8
ClosedPublic

Authored by PiRK on Jan 18 2024, 12:16.

Details

Summary

This seems to be enough to support the new Trezor Safe 3 devices, according to tests done by Electron Cash and Electrum users.
I did not test the new device myself.

See electrum#8722 and electroncash#2757

Test Plan

Install that version of the trezor library for python and test that trezor wallets still work in the application (tested with a Trezor T).

pip install trezor==0.13.8
./electrum-abc

I also tested the appimage (contrib/build-linux/appimage/build.sh)

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jan 18 2024, 12:16
PiRK edited the test plan for this revision. (Show Details)
electrum/contrib/deterministic-build/requirements-hw.txt
345 ↗(On Diff #44318)

hashes can be compared to the release files on https://pypi.org/project/trezor/0.13.8/#files

This revision is now accepted and ready to land.Jan 18 2024, 12:50