threshold-network / merkle-distribution

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

Adapt stake history script to new refactored code #42

Closed manumonti closed 1 year ago

manumonti commented 1 year ago

Previous commits introduced a new software architecture for rewards calculation, splitting this into two files: one for subgraph handling and other for rewards calculation.

This change adapt stake_history.js script to this architecture.