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

Ensure EVM event tracking processes historical events #171

Closed
Tracked by #144
ryardley opened this issue Nov 3, 2024 · 0 comments · Fixed by #173
Closed
Tracked by #144

Ensure EVM event tracking processes historical events #171

ryardley opened this issue Nov 3, 2024 · 0 comments · Fixed by #173
Assignees
Labels
bug Something isn't working Ciphernode Related to the ciphernode package

Comments

@ryardley
Copy link
Contributor

ryardley commented Nov 3, 2024

This is a bug because nodes don't work properly with live contracts.

This is a sub issue and is tracked by #144

  • When connecting to the event stream process historical events for the contract
  • Load the processed event cache from the actor's state
  • Cache should prevent events being processed twice
  • Keep track of most recently processed block and only ask for events from the processed block to avoid spamming rpc nodes for old events
@ryardley ryardley added bug Something isn't working Ciphernode Related to the ciphernode package labels Nov 3, 2024
@ryardley ryardley mentioned this issue Nov 5, 2024
7 tasks
@ryardley ryardley self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ciphernode Related to the ciphernode package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant