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

signTransaction using ledger error #62

Open
surhud004 opened this issue Aug 10, 2021 · 1 comment
Open

signTransaction using ledger error #62

surhud004 opened this issue Aug 10, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@surhud004
Copy link

Hey team, I was able to connect my ledger to Albedo. I was also able to signHash (sign text message on playground). However, I am unable sign any transaction using my Ledger Nano X. I have received the following errors (the first one while signing transaction on playground and the second one while using @albedo-link/intent to sign tx (albedo.tx()). I am able to sign using Stellar laboratory) -

Albedo_Error

Albedo__Intent_Error

@orbitlens
Copy link
Contributor

Hello,

Delegated transaction signing using Ledger wallets is quite buggy, and there's nothing we can do here. It may fail for a multitude of reasons. Just a few of them:

  • you have too many operations in your transaction – it might work with two operations but returns an error with a dozen ops
  • the transaction contains unsupported operations (Ledger app development lags behind Stellar protocol upgrades, sometimes for months)
  • unsupported features (FeeBumpTransactions, muxed accounts, etc)
  • the connection may fall off because the OS decides to reconnect a USB device

There is no way to properly handle all those situations, and all our communications with Ledger devs were mostly fruitless. We dropped support of Trezor devices a year ago for the same reason. And will probably stop supporting Ledger as well if the situation won't change.

@orbitlens orbitlens added the wontfix This will not be worked on label Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants
@orbitlens @surhud004 and others