-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
🔬 Needs GroomingFurther information is requiredFurther information is required
Description
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/voteandhttps://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/voteandhttps://app.telos.net/validators). - Test the solution thoroughly to ensure accurate and complete display of producer information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🔬 Needs GroomingFurther information is requiredFurther information is required