-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple token accounts created for wallet, whilst not being able to transact from any other token account. #58
Comments
@mocolicious how is it going so far? |
I've been mostly without power and internet the past week due to hurricane Ida so I will dig into it more this week. If you have some code you can post that can replicate the issue that will help. |
relates to kin-android/issues/26. This issue occurs when a wallet outside of the Kin Ecosystem (Agora) sends kin to an SDK from within the ecosystem. The resolution in the existing SDKs was to add a merge account feature. We would prefer to squash the issue from occurring in the first place if that is at all possible. I will do some more digging to try and understand why this happens and if there's a fix that could be done either through Agora or to our SDK that can prevent it. Otherwise we will look to replicate the merge feature. |
|
Accidentally closed. Reopened now. @mocolicious Thanks for the update, we spoke yesterday also more about this issue, let me know how it goes. |
Urgent label needs to be assigned. Alternative and more immediate solution: Further progression: |
We will start work on the merge account, be aware that this isn't a complete solution. Peerbet says that this merge function can be as quick as a few minutes but may take up to 24 hours. I'd like to document the exact combination of configurations that will cause this issue so that we can see if anything can be done on the Agora side. |
How is the progress on the merge? |
We added the changes to support automerge setting on another branch but are still working on the issue you had identified and will create a separate issue for that. Fix will be applied prior to merge. The issue is this error
@devayansarkar has also seen this issue when updating to the nullsafety version on the master and it seemingly resolved itself so we're working on recreating that issue so we can find the fix. |
Issue:
Multiple token accounts get created for a user's wallet. Take a look at this address:
5rcavJ8n9v67u9G7SPgK3MnynBYkR6cqnVPpu19vBpUy
I am only able to e.g. spend 1 Kin from the token account made available to me whilst the other token account is hidden with the balance of 999. So the 999 Kin becomes un-spendable.
Solution suggestion:
Allow the discovery of all token accounts and have a merge operation on those token accounts. This way it becomes easier for users to manage their wallets.
The text was updated successfully, but these errors were encountered: