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

Correct vaa-payload-parser to set the actual destination chain for gateway transfers #1688

Open
M-Picco opened this issue Sep 12, 2024 · 0 comments
Assignees

Comments

@M-Picco
Copy link
Collaborator

M-Picco commented Sep 12, 2024

It can be extracted from the parsed VAA payload.

We need to analyze the impact on analytics/metrics beforehand, since everything is nested under the wormchain id (3104)

We can't do it for VAAs with gateway as a source since we don't have access to the information on the VAA. The only way to do it would be to query the DB (which may not yield a result since the tx-tracker runs in parallel to the parser; although we may analyze the idea of changing the sequence and providing the tx to the parser request) or query the rpcs, which is not ideal.

This may also require a backfiller to recreate the influx collection

@M-Picco M-Picco self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant