Dev Update #13
Hey
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
For the last two weeks, I have been ironing out the attestation_rewards
API. Also, I have been testing the endpoint manually, and the data is the same comparing it to beaconcha.in.In this update, I want to cover the 4 cases the attestation_rewards
falls into:
The following data is from epoch x. beaconcha.in uses a different approach, so we need to compare the API data with epoch x+2 from beaconcha.in.
Validator voted correctly
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Query:
Output:
https://beaconcha.in/validator/1234:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
https://beaconcha.in/validator/5678:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Validator didn't vote correctly
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Query:
Output:
https://beaconcha.in/validator/513464:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
https://beaconcha.in/validator/513458:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Validator gets penalized
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Query:
Output:
https://beaconcha.in/validator/512737:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
https://beaconcha.in/validator/513184:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Validator is not eligible
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Query:
Output:
https://beaconcha.in/validator/20075:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Next steps
I am happy that I finally got the API working. However, I still need to dig deeper into the data to ensure it works as intended.