Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Paloma is using old version of zondax hid and ledger-go causing issues on Macos ledger nano S: hidapi: failed to open device #1079

Closed
taariq opened this issue Jan 29, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@taariq
Copy link
Contributor

taariq commented Jan 29, 2024

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.
@taariq taariq added the bug Something isn't working label Jan 29, 2024
@taariq taariq added this to Paloma Jan 29, 2024
byte-bandit added a commit that referenced this issue Jan 29, 2024
# 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.
@taariq
Copy link
Contributor Author

taariq commented Feb 7, 2024

@byte-bandit this error still persists. Unable to use any command with Paloma v1.12.0 and Ledger build.

Each transaction fails to trigger the ledger device and there's no output with the error. See example below.

body:
  extension_options: []
  memo: ""
  messages:
  - '@type': /cosmos.bank.v1beta1.MsgSend
    amount:
    - amount: "1000000"
      denom: ugrain
    from_address: paloma1xxx
    to_address: paloma1xxx
  non_critical_extension_options: []
  timeout_height: "0"
signatures: []
confirm transaction before signing and broadcasting [y/N]: y
Error:
Usage:
  palomad tx bank send [from_key_or_address] [to_address] [amount] [flags]

@taariq taariq moved this to Done in Paloma Feb 7, 2024
@taariq
Copy link
Contributor Author

taariq commented Feb 7, 2024

Moving to a new ticket.

@taariq taariq closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants