-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
Looks like Trezors new device, the Safe 7 is now only supporting the Trezor Host Protocol v2 (link) which is used to relay protobuf messages with different channel IDs every time it connects, contrary to the old magic number system.
The Safe 7 uses the same USB VID/PID as the Model T (0x1209:0x53C1), so detection of the device is already done, it's just not properly communicating with the device.
I assume theres two ways to implement this device, either through implementing THPv2 or as issue #8263 suggests, implementing SLIP-0010 to potentially standardarise the compatibility with future Trezor, Ledger and potentially other hardware wallets.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels