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
The Supervisor will be dialing into nodes which it will be driving. When it does such, the connection should be established in a bidirectional way so the two sides may exchange calls with tight coupling
How
Here are some implementation notes:
Supervisor does the dial, is client. OP Node receives the connection, is server.
Want to only keep the one connection Supervisor→OP-Node
Supervisor can attach a server interface during the call to the OP Node
OP Node needs to know how to work with the returning API handles
From this document: https://github.com/ethereum-optimism/design-docs/pull/171/files
Decomposed into: https://www.notion.so/oplabs/tasks-to-make-150f153ee162809e981ac7d30c0bfae2?showMoveTo=true&saveParent=true
What
The Supervisor will be dialing into nodes which it will be driving. When it does such, the connection should be established in a bidirectional way so the two sides may exchange calls with tight coupling
How
Here are some implementation notes:
Definition of done:
The text was updated successfully, but these errors were encountered: