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

Issue with producer information from s3 bucket source. #866

Open
pmjanus opened this issue Jul 26, 2024 · 0 comments
Open

Issue with producer information from s3 bucket source. #866

pmjanus opened this issue Jul 26, 2024 · 0 comments
Assignees
Labels
🔬 Needs Grooming Further information is required

Comments

@pmjanus
Copy link
Contributor

pmjanus commented Jul 26, 2024

Overview

The issue is related to the inability to retrieve the complete producer information, specifically the country data, from the https://telos-producer-validation.s3.amazonaws.com/ URL, which is used to display producer details on https://explorer-test.telos.net/vote and https://app.telos.net/validators. The current response is truncated, providing only the first 1k values.

Links

  • URL returning truncated data: https://telos-producer-validation.s3.amazonaws.com/
  • Related endpoint: /v1/chain/get_producers

Acceptance Criteria

  • The URL https://telos-producer-validation.s3.amazonaws.com/ should return the complete XML data without truncation.
  • The producer information, including the country, should be accurately displayed on https://explorer-test.telos.net/vote and https://app.telos.net/validators.

Tasks

  • Investigate the reason for the truncated response from https://telos-producer-validation.s3.amazonaws.com/.
  • Explore options to retrieve the complete XML data, either by modifying the existing URL or finding an alternative approach.
  • Ensure that the retrieved producer information, including the country data, is properly integrated and displayed on the relevant websites (https://explorer-test.telos.net/vote and https://app.telos.net/validators).
  • Test the solution thoroughly to ensure accurate and complete display of producer information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔬 Needs Grooming Further information is required
Projects
None yet
Development

No branches or pull requests

2 participants