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
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) -
The text was updated successfully, but these errors were encountered:
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.
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) -The text was updated successfully, but these errors were encountered: