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 Mar 12, 2024. It is now read-only.
As previously discussed in #33, portals and relays have isomorphic interfaces.
We decided to name this common interface "Input Relay".
However, currently portals and relays have different base interfaces.
✔️ Solution
We should remove the "Portal" and "Relay" interfaces, and add an "Input Relay" interface. The same goes for the base implementations.
📈 Subtasks
Add IInputRelay.sol and InputRelay.sol
Make portals and relays use IInputRelay.sol and InputRelay.sol
Remove IPortal.sol and Portal.sol
Remove IRelay.sol and Relay.sol
The text was updated successfully, but these errors were encountered:
📚 Context
As previously discussed in #33, portals and relays have isomorphic interfaces.
We decided to name this common interface "Input Relay".
However, currently portals and relays have different base interfaces.
✔️ Solution
We should remove the "Portal" and "Relay" interfaces, and add an "Input Relay" interface. The same goes for the base implementations.
📈 Subtasks
IInputRelay.sol
andInputRelay.sol
IInputRelay.sol
andInputRelay.sol
IPortal.sol
andPortal.sol
IRelay.sol
andRelay.sol
The text was updated successfully, but these errors were encountered: