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

Reindex transactions that had IBC hashes that were translated #510

Open
pharr117 opened this issue Oct 29, 2023 · 0 comments
Open

Reindex transactions that had IBC hashes that were translated #510

pharr117 opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pharr117
Copy link
Collaborator

We had implemented IBC hash translation during transaction indexing to translate to the u-denom form. We want to remove this so that the indexed data stays closer to the on-chain data. This will require reindexing many transactions.

The process will look like this:

  1. Gather ALL transactions that have a reference in denomination_sent/_received to a non-native Osmosis token
  2. Gather the list of blocks
  3. Write a reindex process that:
    • Deletes the old data
    • Replaces the old data with the new data
    • Eliminates the IBC hash translation
@pharr117 pharr117 added the bug Something isn't working label Oct 29, 2023
@pharr117 pharr117 self-assigned this Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant