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

Sort EVM related events by their EventIndex #621

Closed
m-Peter opened this issue Oct 22, 2024 · 0 comments · Fixed by #622
Closed

Sort EVM related events by their EventIndex #621

m-Peter opened this issue Oct 22, 2024 · 0 comments · Fixed by #622
Assignees
Milestone

Comments

@m-Peter
Copy link
Collaborator

m-Peter commented Oct 22, 2024

We need to make sure that the EVM related events we receive from the Event Streaming API, are in the correct order. To do so, we should sort them by the Flow EventIndex, and only then continue with their processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment