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
Leouarz opened this issue
Nov 7, 2024
· 2 comments
Labels
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P1 - HighEssential for progress, blocks other tasks. Must be completed soon to maintain project flow.
What is the current behavior and expected behavior?
Pending payout should be displayed in the payouts tab.
Few weeks ago, the payout section was showing eras already paid. This issue was tracked here
It was recently closed, as a fixed was pushed and deployed.
Now no eras is shown in the payout page.
Before the fix, the bug was indeed there, eg. in here, eras 212 and 215 are already claimed and still showing:
After the fix, no era is displayed:
In comparison, in the staking dashboard, we have this:
To reproduce, here is the required data on Avail testnet:
RPC: wss://turing-rpc.avail.so/ws
Account used (a random nominator with pending payouts): 5CDGXH8Q9DzD3TnATTG6qm6f4yR1kbECBGUmh2XbEBQ8Jfa5
Interesting, must be a parsing issue in apps. The api now returns a isClaimed field in each of the rewards. I will check this out.
TarikGul
added
P1 - High
Essential for progress, blocks other tasks. Must be completed soon to maintain project flow.
Bug
Tracks issues causing errors or unintended behavior, critical to fix for reliability.
labels
Nov 7, 2024
Thanks, i saw the isClaimed field being used, and while adding logs in the api, i saw the rewards coming with isClaimed being correctly false, then they are all set tu claimed in this piece of code. I did not went further to be honest
BugTracks issues causing errors or unintended behavior, critical to fix for reliability.P1 - HighEssential for progress, blocks other tasks. Must be completed soon to maintain project flow.
Pending payout should be displayed in the payouts tab.
Few weeks ago, the payout section was showing eras already paid. This issue was tracked here
It was recently closed, as a fixed was pushed and deployed.
Now no eras is shown in the payout page.
Before the fix, the bug was indeed there, eg. in here, eras 212 and 215 are already claimed and still showing:
After the fix, no era is displayed:
In comparison, in the staking dashboard, we have this:
To reproduce, here is the required data on Avail testnet:
Don't hesitate in case you need any other information.
Allowing users to claimed some era rewards or all of them.
Version:
Environment:
Language:
The text was updated successfully, but these errors were encountered: