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
Describe the bug
For staking on the native side, we notify user in the form that deposits will be locked for 4 days but we display the full deposited amount in the unstake form regardless of whether the amount is available for withdraw ('matured'). This leads to confusion as users may attempt to withdraw receiving an 'insufficient available rex' error without explanation.
To Reproduce
Steps to reproduce the behavior:
Sign in on native for account with no amount staked (or full staked amount still 'maturing')
Stake if necessary
Navigate to 'unstake' tab
See full deposited amount
Attempt to unstake any portion of deposited amount
See error
Expected behavior
Should display 'maturing' amount
Should display 'matured'/'available' amount for unstaking (which is used to validate input)
If no balance is available for withdraw, input and button should be disabled
Screenshots
Current:
Fix:
Additional Context
You can view the maturing/available distinction in OBE by connecting wallet and viewing 'resources' under the 'wallet' tab
The text was updated successfully, but these errors were encountered:
Describe the bug
For staking on the native side, we notify user in the form that deposits will be locked for 4 days but we display the full deposited amount in the unstake form regardless of whether the amount is available for withdraw ('matured'). This leads to confusion as users may attempt to withdraw receiving an 'insufficient available rex' error without explanation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Current:
Fix:
Additional Context
The text was updated successfully, but these errors were encountered: