You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the crawler is pulling a count for the version variaance across clients seems to be scraping well. However, there are some improvements that can be made. Ideally, we should be able to categorize as many nodes into their proper {client}{version} categories.
Current Behavior
For example, in Prysm there is a group of prysm unknown and prysm others which is generally meaningless and we should figure out why.
Nimbus is also not being properly detected as they are all grouped under unknown. We can liaise with them to figure out how to best detect them.
Let's implement the UserAgent update for detecting Lodestar and figure out how we can more accurately represent the other clients to the most accurate numbers as possible.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Currently the crawler is pulling a count for the
version variaance across clients
seems to be scraping well. However, there are some improvements that can be made. Ideally, we should be able to categorize as many nodes into their proper {client}{version} categories.Current Behavior
For example, in Prysm there is a group of
prysm unknown
andprysm others
which is generally meaningless and we should figure out why.Nimbus is also not being properly detected as they are all grouped under
unknown
. We can liaise with them to figure out how to best detect them.Lodestar's UserAgent needs to be updated. See #200 and ChainSafe/lodestar#4465
Possible Solution
Let's implement the UserAgent update for detecting Lodestar and figure out how we can more accurately represent the other clients to the most accurate numbers as possible.
The text was updated successfully, but these errors were encountered: