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
We can't retrieve the genesis block from the API
The following call returns the genesis block: https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
The block not found error is retrieved while calling: https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
Load https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
Turns out that the issue occurs because there are no rewards on this block while the explorer expects that every block has a reward (even if it is 0).
The text was updated successfully, but these errors were encountered:
server: Allow to retrieve blocks without rewards (#62)
b7d2dc0
No branches or pull requests
We can't retrieve the genesis block from the API
Expected behavior
The following call returns the genesis block: https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
Actual behavior
The block not found error is retrieved while calling: https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
Steps to reproduce the behavior
Load https://xsnexplorer.io/api/blocks/00000c822abdbb23e28f79a49d29b41429737c6c7e15df40d1b1f1b35907ae34
Insights
Turns out that the issue occurs because there are no rewards on this block while the explorer expects that every block has a reward (even if it is 0).
The text was updated successfully, but these errors were encountered: