Skip to content

Conversation

@ARR4N
Copy link
Collaborator

@ARR4N ARR4N commented Sep 26, 2025

Introduces the saexec.Executor, which manages a FIFO queue of blocks for execution.

Recommended review order:

  1. saexec/saexec.go defines the Executor and getters.
  2. saexec/execution.go implements the execution loop
  3. saexec/subscriptions.go implements notification points for eth_subscribe
  4. saexec/saexec_test.go testing of the above
  5. All other files; those necessary for all of the above

Closes #14

@ARR4N ARR4N self-assigned this Sep 26, 2025
@ARR4N ARR4N marked this pull request as ready for review September 26, 2025 13:52
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.

saexec package production readiness

2 participants