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

Execution integration #59

Draft
wants to merge 10 commits into
base: unstable
Choose a base branch
from

Conversation

Zacholme7
Copy link
Member

@Zacholme7 Zacholme7 commented Nov 27, 2024

Issue Addressed

Proposed Changes

This PR tracks the integration of the execution layer into anchor. The process can be thought of as the following:

  1. Fetch all relevant contract events from the chain
  2. Perform verification and parsing on the events and then store them into the database.
  3. If we are caught up to the chain and following along, determine if some action needs to be taken in response to the event.

Additional Info

Types and the database are being worked on alongside this as they all mesh together.

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.

1 participant