threshold-network / staking-subgraphs

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

Remove keepInT and nuInT stakes and epoch entities #51

Closed manumonti closed 8 months ago

manumonti commented 8 months ago

These changes will delete the distinction between stakes that come from nuInT, keepInT and t.

This is part of the process of ending the support for legacy stakes: https://github.com/threshold-network/merkle-distribution/issues/112

Also, the epochs used to track the staking changes through time have been deleted. In the following PR I'll address this history tracking more simply and efficiently.

Finally, some tests have been added.