Single supervisor for multi path relayer #862
Labels
E: gravity
External: related to Gravity DEX
I: logic
Internal: related to the relaying logic
O: new-feature
Objective: cause to add a new feature or support
Milestone
Crate
relayer
Summary
Use a single supervisor per relayer instance instead of one per connection.
Also simplifies the config content (remove connections & paths sections) (bundle with #867).
Also should simplify a REST API integration.
Problem Definition
This was the original intent to start with. Also, it will avoid multiple subscriptions and propagation for identical events.
I think it will also be easier when interacting with the rest server in the future, maintaining configuration, caching state, etc.
Proposal
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: