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
The app currently only provides a single FailedBlock model:
cosmos-indexer/db/models.go
Lines 20 to 25 in b6ce455
This model is used at a global error catching level, any error that happens in the main indexer loop marks the entire block as failed.
We want to extend the failure modes by providing ALL of the following:
We will then be able to extend the possible failure modes so that we can index the other transactions in a block even if one fails.
The text was updated successfully, but these errors were encountered:
pharr117
No branches or pull requests
The app currently only provides a single FailedBlock model:
cosmos-indexer/db/models.go
Lines 20 to 25 in b6ce455
This model is used at a global error catching level, any error that happens in the main indexer loop marks the entire block as failed.
We want to extend the failure modes by providing ALL of the following:
We will then be able to extend the possible failure modes so that we can index the other transactions in a block even if one fails.
The text was updated successfully, but these errors were encountered: