ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 654 forks source link

fix: ledger hardware wallet support on mac #223

Closed felipe-op closed 5 months ago

felipe-op commented 5 months ago

Description

This change fixes Ledger hardware wallet discoverability on Macos 14.

Error:

hidapi: failed to open device

Debugging the underlying driver I found it actually enumerate 3 interfaces, but go-ethereum usbwallet hub arbitrarily picks one based on the usageID.

Tests

Manually tested

Additional context

We use this lib in the upstream https://github.com/ethereum-optimism/eip712sign