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

Hotfix / remove layer zero events from tx classification #684

Conversation

BravoNatalie
Copy link
Contributor

Describe Changes

I made this better by doing ...

Transactions are identified based on a set of predefined events, allowing us to classify them (e.g., mint, bridgeOut, etc.). For a transaction to be classified as a Bridge Out, it previously required not only the CrossChainMessageSent event but also additional events from Layer Zero. Since we are migrating to Layer Zero V2, these events have changed. To support both LZ V1 and LZ V2, these specific events have been removed from the classification.

Checklist before requesting a review

  • I have performed a self-review of my code
  • Code styles have been enforced
  • I have checked eslint

Copy link
Contributor

@sogoiii sogoiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sogoiii sogoiii merged commit 761cf97 into develop Jun 7, 2024
3 checks passed
@sogoiii sogoiii deleted the hotfix/remove-layer-zero-events-from-interesting-txs-classification branch June 7, 2024 22:02
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

Successfully merging this pull request may close these issues.

2 participants