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
Description (what needs to be done) / Expected Behavior
The max button for deposit modal needs to show the accurate balance and work, and we need to add the button to withdrawals.
Acceptance Criteria
The max button shows on deposit and withdrawal modal on main Homebase and Lambda. It shows the correct balance from the user's wallet, in the correct decimal format. The max button also shows and works correctly on withdrawals.
Supporting information (Figma link, notes, etc)
The reported errors still happening include:
The token balances are being called from tzkt API, but are not paginating and using the default limit of 100. So if the token is not in the first 100 returned from the API, the balance is zero. This user has thousands of tokens in their wallet because they also have NFT's.
This is an edge case, but it's for a lead developer in the most important community user base on Homebase right now, and we need to fix it in a timely way. As Homebase userbase scales, it will not be uncommon for users to have over 100 tokens in their wallet due to the volume of NFT activity on Tezos.
Other potential error information:
Corey: "It's not only the max button, his balance is also missing on the deposit modal which is likely the cause. Maybe there's still a React state issue and it wasn't fully fixed? I can see that he does have a balance on-chain but it's not showing in his deposit modal, shows as 0."
When finished, please add Link to the PR or completed Figma / design asset, as a comment to the ticket.
The text was updated successfully, but these errors were encountered:
Description (what needs to be done) / Expected Behavior
The max button for deposit modal needs to show the accurate balance and work, and we need to add the button to withdrawals.
Acceptance Criteria
The max button shows on deposit and withdrawal modal on main Homebase and Lambda. It shows the correct balance from the user's wallet, in the correct decimal format. The max button also shows and works correctly on withdrawals.
Supporting information (Figma link, notes, etc)
The reported errors still happening include:
The token balances are being called from tzkt API, but are not paginating and using the default limit of 100. So if the token is not in the first 100 returned from the API, the balance is zero. This user has thousands of tokens in their wallet because they also have NFT's.
This is an edge case, but it's for a lead developer in the most important community user base on Homebase right now, and we need to fix it in a timely way. As Homebase userbase scales, it will not be uncommon for users to have over 100 tokens in their wallet due to the volume of NFT activity on Tezos.
Other potential error information:
Corey: "It's not only the max button, his balance is also missing on the deposit modal which is likely the cause. Maybe there's still a React state issue and it wasn't fully fixed? I can see that he does have a balance on-chain but it's not showing in his deposit modal, shows as 0."
When finished, please add Link to the PR or completed Figma / design asset, as a comment to the ticket.
The text was updated successfully, but these errors were encountered: