tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

Migrate from tzstats to tzpro #685

Closed jdsika closed 9 months ago

jdsika commented 9 months ago

Work effort: 6h

Nikolay-everstake commented 9 months ago

Yep it works for us. Thank you.

vkresch commented 9 months ago

Any reasons for this migration? Can't we just extend the API with tzpro instead of replacing tzstats with it or is tzstat going to be deprecated? Please provide some context in the description. Thanks!

Update tzstats going to be deprecated:

TzStats API EOL @ Oct 31, 2023
Attention TzStats API users

We are migrating all RPC and API services to our new TzPro service. Visit https://tzpro.io/ and sign up for free to get your personal API key.

All API data and endpoints will remain available and free on TzPro up to 100,000 req/mon.

https://tzstats.com/

jdsika commented 9 months ago

It was deprecated and replaced. Here is the migration guide. Tzstats does not exist anymore:

https://blockwatch.cc/blog/migrating-to-tzpro/

vkresch commented 9 months ago

Ok got it. Thanks for the context.

jdsika commented 9 months ago

I tired to catch absolutely every occurance of tzstats and also renamed the folder to blockwatch (the company behind it) in order to pave the way to include new API Interfaces later (if needed)

vkresch commented 9 months ago

@jdsika can I push commits on this PR?

jdsika commented 9 months ago

@jdsika can I push commits on this PR?

yes, please! I am on erics side to put it in the config. I did not think about (stupid)

vkresch commented 9 months ago

Not ready yet. I am fixing the tests now. DO NOT MERGE!