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
Listen for the RewardsClaimed event and aggregate together the total amount an earner has claimed over time at a given block height.
We should check the performance of maintaining the entire state of all earners at every block (even if the block didnt have any RewardsClaimed events) and weigh it against a simpler table where only changes get stored.
The text was updated successfully, but these errors were encountered:
Listen for the
RewardsClaimed
event and aggregate together the total amount an earner has claimed over time at a given block height.We should check the performance of maintaining the entire state of all earners at every block (even if the block didnt have any
RewardsClaimed
events) and weigh it against a simpler table where only changes get stored.The text was updated successfully, but these errors were encountered: