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
be on custom network
have two or more full access accounts: eg rA and rB
have selected account rA in xaman
make request to do some tx with signer "rB"
xaman shows "No signers available"
Fixed when i switched accounts ra rb and back, it seems xaman did not "cached/loaded" those accounts yet to app. I suggest following fallback: when sign tx is shown and it would want to show "no available signers" message, do another "live check" to see if accounts are there.
Hunch:
After switching the account status isn't updated as known activated?
The text was updated successfully, but these errors were encountered:
Reverted the changes that only updated the active account. Now, all account details will be updated whenever the app connects to the network or the network is switched within the app.
Additionally, I updated the list of accounts eligible to sign a payload. All accounts with signing capability, regardless of activation status, will now be available for signing a payload, A live check will be performed before signing the payload. This will resolve the issue where a user is forced to switch to another network while signing the payload, but the app has never connected to that network before. In such cases, no account information would be available, and the app would incorrectly consider the accounts as not activated.
Steps to reproduce:
be on custom network
have two or more full access accounts: eg rA and rB
have selected account rA in xaman
make request to do some tx with signer "rB"
xaman shows "No signers available"
Fixed when i switched accounts ra rb and back, it seems xaman did not "cached/loaded" those accounts yet to app. I suggest following fallback: when sign tx is shown and it would want to show "no available signers" message, do another "live check" to see if accounts are there.
Hunch:
The text was updated successfully, but these errors were encountered: