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

Height undefined edge case #140

Open
ejmg opened this issue Jul 19, 2024 · 1 comment
Open

Height undefined edge case #140

ejmg opened this issue Jul 19, 2024 · 1 comment
Labels
bug Something isn't working client db P-High

Comments

@ejmg
Copy link
Collaborator

ejmg commented Jul 19, 2024

Summary

Using Cuiloa for local debugging/testnet viewing while working on pindexer app views and realized that Cuiloa throws a hard errors on block height queries where height is undefined in the indexer (e.g. super early blocks). This is bad and should be handled.

@ejmg ejmg added bug Something isn't working client db P-High labels Jul 19, 2024
@ejmg
Copy link
Collaborator Author

ejmg commented Aug 20, 2024

I think a better frame of reference is that, depending how Cuiloa is setup, there is no promise of a historical archive. So if someone is using Cuiloa and tries to view a block that is not present in the current index, there is a hard-error thrown. This should be handled more gracefully is the only issue to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client db P-High
Projects
None yet
Development

No branches or pull requests

1 participant