-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The Portal is a critical component in the stack, sitting in between the consensus client (OP Node) and the EL, forwarding calls to the current gateway and a fallback geth node.
Currently the Portal also acts as a proxy for various namespaces and also as a proxy for the registry, along with handling gateway selection.
To address this, we could:
- Isolate the Registry and gatewasy selection logic in a standalone service (possibly public)
- Remove the RPC proxy functionality entirely: users would interact with the gateways directly instead of thru the portal
If the RPC proxy is still desirable we could have a dedicated service instead, altough this would move the point of failure to this proxy
Metadata
Metadata
Assignees
Labels
No labels