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
If you want to report a security issue, please follow our security policy: https://github.com/White-Whale-Defi-Platform/migaloo-core/blob/main/SECURITY.md
Steps to Reproduce
Execute X transaction on the vault contract
...
...
Expected results:
Actual results:
There's an edge case that prevents users from claiming rewards from the first epoch if they bond before said epoch is created.
This might have to do with how the weight is calculated.
How to reproduce:
Deploy liquidity hub
Bond assets to whale lair
Set the genesis epoch to start in the future
Create the first epoch when the time comes
Try to claim with the account that bonded before
Expected:
Claim successful
Actual:
Can't claim
Additional context
Add any other context about the problem here, code snippets, json responses and so on.
Code sample
Logs
The text was updated successfully, but these errors were encountered:
If you want to report a security issue, please follow our security policy:
https://github.com/White-Whale-Defi-Platform/migaloo-core/blob/main/SECURITY.md
Steps to Reproduce
X
transaction on thevault
contractExpected results:
Actual results:
There's an edge case that prevents users from claiming rewards from the first epoch if they bond before said epoch is created.
This might have to do with how the weight is calculated.
How to reproduce:
Expected:
Claim successful
Actual:
Can't claim
Additional context
Add any other context about the problem here, code snippets, json responses and so on.
Code sample
Logs
The text was updated successfully, but these errors were encountered: