Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Validator logos #27

Open
Errorist79 opened this issue Jan 14, 2023 · 2 comments
Open

Fix: Validator logos #27

Errorist79 opened this issue Jan 14, 2023 · 2 comments
Assignees

Comments

@Errorist79
Copy link
Member

Errorist79 commented Jan 14, 2023

Validator logolarını aşağıda ki metod ile çekiyoruz:

https://github.com/testnetrunn/explorer-backend/blob/0920f6aaac967ecb757df4a5539e9d6dcf16cef1/src/utils.rs#L33-L46

Metodumuz doğru gibi görünüyor, keybase id'leri alıp bunlardan logoları elde ediyoruz. ancak, tam olarak emin olamadığım sorun şu ki, logoları olmasına rağmen bir çok validatorün logosu gelmiyor.

Buna neden olan şeyin tespit edilmesi gerekiyor. tahminime göre, keybase asenkron şekilde yüzlerce istek attığımızda bize temporary ban atıyor. sorun bu ya da değil, buna bir çözüm üretmemiz gerekiyor.
Önerim, mümkünse validator logolarını, periyodik olarak database'e yazmamız. bunun için her blokta ya da her txte bir şekilde istek atmak çok makul gelmiyor.

@dvtkrlbs
Copy link
Contributor

bununla alakali veri akisni inceliyorum suan. bununla alakali eger degismiyorlarsa database mantikli eger degisiyorlarsa local bir cache kullanilabilir database yerine. Dashmap bunu nicn guzel bir cozum

@Errorist79
Copy link
Member Author

bununla alakali veri akisni inceliyorum suan. bununla alakali eger degismiyorlarsa database mantikli eger degisiyorlarsa local bir cache kullanilabilir database yerine. Dashmap bunu nicn guzel bir cozum

Logolar değişken olabilir ama sık sık değişmez.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants