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
Both passive mana (stored, potential, decay) and rewards are wrong when the output is spent.
For passive mana, we are using the wrong creation slot, from the output metadata we are using spent.slot when we should use computeSlotFromWhatever(spent.transactionId)
For rewards, we should pass the spent slot to the query to the node, the nodes dont track spent outputs
The text was updated successfully, but these errors were encountered:
Task description
Both passive mana (stored, potential, decay) and rewards are wrong when the output is spent.
spent.slot
when we should usecomputeSlotFromWhatever(spent.transactionId)
The text was updated successfully, but these errors were encountered: