livepeer / subgraph

This repository contains the code for the Livepeer Protocol subgraph
5 stars 5 forks source link

Track total LPT claimed and tokens distributed per Orchestrator #159

Open stronk-dev opened 7 months ago

stronk-dev commented 7 months ago

Simple PR to track LPT rewards an Orchestrator has claimed in total. Can then be added to the explorer to address https://github.com/livepeer/explorer/issues/158 Also tracks how many ETH fees and LPT rewards were distributed to Delegators after subtracting the commission rate.

Never worked with the subgraph before, so let me know if there are other changes that need to be done to define this new totalRewardsClaimed variable or if the naming needs to change