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
We make API calls for each account discovered in the connected HW to gain more information then split them in 3 tabs: active, empty, reclaimable. We need to improve our computations by:
With publicKey and amount > 0 LSK ➜ Active
With publicKey but amount == 0 LSK ➜ empty account
No publicKey but legacy amount > 0 LSK ➜ reclaimable
No publicKey and amount == 0 LSK ➜ empty account (new)
Steps to reproduce
Use a ledger Nano S to sign in. Create accounts with the above configurations.
Additional information
I think in the discovery algorithm checks if there are some tx (that's exactly what I coded for legacy liskish wallet) and it makes bad assumption about the initialization of the account (edited)
I believe we just need to check if it has a pubKey
Which version(s) does this affect? (Environment, OS, etc...)
2.2.0-beta.0
The text was updated successfully, but these errors were encountered:
Description
We make API calls for each account discovered in the connected HW to gain more information then split them in 3 tabs: active, empty, reclaimable. We need to improve our computations by:
publicKey
andamount > 0 LSK
➜ ActivepublicKey
butamount == 0 LSK
➜ empty accountpublicKey
butlegacy amount > 0 LSK
➜ reclaimablepublicKey
andamount == 0 LSK
➜ empty account (new)Steps to reproduce
Use a ledger Nano S to sign in. Create accounts with the above configurations.
Additional information
I think in the discovery algorithm checks if there are some tx (that's exactly what I coded for legacy liskish wallet) and it makes bad assumption about the initialization of the account (edited)
I believe we just need to check if it has a pubKey
Which version(s) does this affect? (Environment, OS, etc...)
2.2.0-beta.0
The text was updated successfully, but these errors were encountered: