-
Notifications
You must be signed in to change notification settings - Fork 54
investor-foxy: Wrong releaseTime #921
Comments
@NeOMakinG Assigning you so you can add some context to this |
We need to figure out the timeframe this is happening. I'm suspecting that a current rebase is pending, which would block the user from being able to claim. In V2 I added a rebase before the user claims on the |
@toshiSat you want this as a bounty? |
I am finishing up 3 projects right now and am taking a much needed vacation. If this is still open after my break I can pick it up as a bounty. We will need to look into someones address that this is currently happening. I don't see how this could be wallet related as the description suggests. |
Overview
Taking over shapeshift/web#2103
Currently in investor-foxy,
getTimeUntilClaimable
sometimes returns a wrongreleaseTime
:lib/packages/investor-foxy/src/api/api.ts
Line 985 in d8e9491
The high-level reason for that is investor-foxy mimics the FOXy contract methods / state and has potential for a wrong reconciliation.
We should fix it so that
getTimeUntilClaimable
returns us the correct release time, making sure we don't disable the claim button when claims are actually available.References and additional details
shapeshift/web#2103
lib/packages/investor-foxy/src/api/api.ts
Line 985 in d8e9491
Acceptance Criteria
releaseTime
is return bygetTimeUntilClaimable
getWithdrawInfo
doesn't throw if user is available to claimNeed By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered: