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
While implementing ledger support for the official LTO Wallet UI, I came across an issue where the ledger device just stops responding and reboots if I send a transaction using the v2 or v3 schema. Even using the proper v1 schema doesn't work, I had to modify it slightly in order to work correctly. So far I only tested with transfer transactions, not sure if it happens with other types.
We want to have latest schema support for ledger transactions, while also supporting older schemas. So v1, v2 and v3 should all work.
The text was updated successfully, but these errors were encountered:
Thank you for the response. Indeed I saw the payload is slightly different on the device, and modified my code accordingly. We want to support later versions though, so the code needs to be changed. I will mess around with this repository to see what can be done, maybe I'll create a PR with support for v2-v3 😄 Any help/feedback would be appreciated!
While implementing ledger support for the official LTO Wallet UI, I came across an issue where the ledger device just stops responding and reboots if I send a transaction using the v2 or v3 schema. Even using the proper v1 schema doesn't work, I had to modify it slightly in order to work correctly. So far I only tested with
transfer
transactions, not sure if it happens with other types.We want to have latest schema support for ledger transactions, while also supporting older schemas. So v1, v2 and v3 should all work.
The text was updated successfully, but these errors were encountered: