We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present we're fetching validator handle data, and similar info from a github repo, like here: https://github.com/0LNetworkCommunity/explorer/blob/main/api/src/ol/validators/validators.service.ts#L453 So the handle mapping file will be fetched from GitHub on every validator page load.
Problem with this, apart from performance, which at present probably isn't a big concern, is that GH might rate limit the traffic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At present we're fetching validator handle data, and similar info from a github repo, like here:
https://github.com/0LNetworkCommunity/explorer/blob/main/api/src/ol/validators/validators.service.ts#L453
So the handle mapping file will be fetched from GitHub on every validator page load.
Problem with this, apart from performance, which at present probably isn't a big concern, is that GH might rate limit the traffic.
The text was updated successfully, but these errors were encountered: