threshold-network / merkle-distribution

Threshold Network rewards generation and distribution
https://threshold.network
1 stars 6 forks source link

Add staking history script #29

Closed manumonti closed 1 year ago

manumonti commented 2 years ago

Note: this PR must be merged after #28

This script retrieves from subgraph the information of a particular staker, including the staking history: owner address, operator address, timestamp of staking events (staked, topped-up, unstaked), and more data.

This could be a very useful tool to check rewards calculation of stakes, stake information, etc.