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
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.
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.
The text was updated successfully, but these errors were encountered:
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 onhttps://explorer-test.telos.net/vote
andhttps://app.telos.net/validators
. The current response is truncated, providing only the first 1k values.Links
https://telos-producer-validation.s3.amazonaws.com/
/v1/chain/get_producers
Acceptance Criteria
https://telos-producer-validation.s3.amazonaws.com/
should return the complete XML data without truncation.https://explorer-test.telos.net/vote
andhttps://app.telos.net/validators
.Tasks
https://telos-producer-validation.s3.amazonaws.com/
.https://explorer-test.telos.net/vote
andhttps://app.telos.net/validators
).The text was updated successfully, but these errors were encountered: