You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Gather ALL transactions that have a reference in denomination_sent/_received to a non-native Osmosis token
Gather the list of blocks
Write a reindex process that:
Deletes the old data
Replaces the old data with the new data
Eliminates the IBC hash translation
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: