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

Indexer and API support for skipped/unsupported/unprocessible transactions #541

Open
pharr117 opened this issue Apr 10, 2024 · 0 comments
Open

Comments

@pharr117
Copy link
Collaborator

The indexer application handles the translation between on-chain message types to our indexed, taxable dataset. This data is then returned in the CSV API.

Users have requested that we also include the concept of "skipped" transactions in the indexer and API. This would include the following 3 categories:

  • Skipped transactions - transactions that were indexed but were skipped during CSV processing for whatever reason (such as non-taxable events)
  • Unsupported transactions - potentially taxable transactions that were not supported at CSV generation time
  • Unprocessible transactions - transactions that errored out or were not able to be processed for any reason
@danbryan danbryan added OGP Osmosis Grants Program grant labels Apr 11, 2024
@danbryan danbryan added OGP2024 and removed OGP Osmosis Grants Program labels Apr 11, 2024
@danbryan danbryan moved this to Todo in Defiant OSS Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants