You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Now that some SequencerActor dependencies are injected and easily mockable, this task is to add unit tests for SequencerActor functionality. Specific areas of focus are:
Block building loop/timing
Block building error handling (how all build/seal errors are handled)
Block building race conditions
e.g. unsafe head changing between build and seal calls
other cases in which current state dictates that block building is not possible
Admin API handling
It will likely be useful to create tooling to create mocks for dependencies. Some dependencies will ultimately be reused across actors, so this tooling could be useful in multiple places.
May depend on:
Now that some SequencerActor dependencies are injected and easily mockable, this task is to add unit tests for SequencerActor functionality. Specific areas of focus are:
It will likely be useful to create tooling to create mocks for dependencies. Some dependencies will ultimately be reused across actors, so this tooling could be useful in multiple places.