You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section descriptionProvide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.
BUG: Paloma is using old version of zondax hid and ledger-go causing issues on Macos ledger nano S: hidapi: failed to open device. It appears that we are on older version of ledger in go.mod.
# Related Github tickets
- VolumeFi#1233
- #1079
# Background
These appear to be indirect dependencies from Cosmos directly, but
luckily no version conflict in raising the dependency manually.
What is happening?
Section description
Provide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.BUG: Paloma is using old version of zondax hid and ledger-go causing issues on Macos ledger nano S: hidapi: failed to open device. It appears that we are on older version of ledger in go.mod.
github.com/zondax/hid v0.9.1 // indirect
needs to be upgraded to https://github.com/Zondax/hid/releases/tag/v0.9.2
Also we may want to upgrade ledger-go
https://github.com/Zondax/ledger-go/releases/tag/v0.14.3
Paloma and pigeon versions and logs
Section description
Write down paloma version. Write down pigeon version. Copy and paste pigeon config file as well as relevant ENV variables.Paloma 1.11.0
Pigeon 1.10.2
How to reproduce?
Section description
Please write detailed steps of what you were doing for this bug to appear.Attempting to sign transactions with the build version of Paloma fails.
See other issues called here: Agoric/agoric-sdk#8783
What is the expected behaviour?
Section description
If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.The text was updated successfully, but these errors were encountered: