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 has been archived by the owner on Apr 15, 2024. It is now read-only.
Currently, the orchestrator and relayer initialization is complex, and we have multiple helper methods to do that.
However, if we need to add a new functionality, like storing the relayer signature, it becomes hard to do so without code duplication and adding complexity.
It would be better if we implement a builder pattern for the orchestrator/relayer so that future changes can be easier.
The text was updated successfully, but these errors were encountered:
Currently, the orchestrator and relayer initialization is complex, and we have multiple helper methods to do that.
However, if we need to add a new functionality, like storing the relayer signature, it becomes hard to do so without code duplication and adding complexity.
It would be better if we implement a builder pattern for the orchestrator/relayer so that future changes can be easier.
The text was updated successfully, but these errors were encountered: