threshold-network / staking-subgraphs

Threshold Network staking subgraphs
https://threshold.network
1 stars 1 forks source link

Add TACo operators support #41

Closed manumonti closed 7 months ago

manumonti commented 7 months ago

These changes will create a new entity in subgraph: TACoOperator.

TACoOperator will track the current status of each TACoOperator:

This data is collected using the events BondedOperator and ConfirmedOperator.

This PR will close #37.

vzotova commented 7 months ago

Just a reminder: confirmations in mainnet TACo app will be ready only when proof bot will be working, so far this data only on Polygon

manumonti commented 7 months ago

Just a reminder: confirmations in mainnet TACo app will be ready only when proof bot will be working, so far this data only on Polygon

Right, I'm going to modify this subgraph deleting confirmation events and to create a new subgraph for Polygon.

Thanks!