threshold-network / merkle-distribution

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

Better integration of tBTCv2 reward calculation script #82

Closed manumonti closed 5 months ago

manumonti commented 12 months ago

Up to now, tBTCv2 script includes a bash script (rewards.sh) that is called by the main JS script (gen_rewards_dist.js), and, in turn, this bash script calls to another JS script (rewards.js).

We could research if the tasks done by bash script (git tag fetching, Prometheus queries) can be done by JS script and if so, integrate these tasks in the same JS script.

manumonti commented 5 months ago

Closing this since the upcoming updates on this repo make this useless: TACo Application will distribute its rewards on its own.