threshold-network / merkle-distribution

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

Replace the tags fetching to create temp remotes #62

Closed manumonti closed 1 year ago

manumonti commented 1 year ago

The tBTCv2 node client releases are collected fetching the git tags created for each release in keep-core repo.

Up to now, the strategy to fetch these tags located on a different repo is to set the URL of the origin remote to keep-core's one and run git fetch. This strategy may lead to several problems:

The proposed changes modify the strategy: a new remote is created with keep-core URL and tags are fetched from there. After calculating the rewards, this new remote is removed.