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
User story
As an AVS developer, I want to call functions like updateOperators, updateOperatorsForQuorum and updateSocket in our service manager with some custom functions of our service manager. Currently, I am forking middleware and modfyingIRegistryCoordinator.
Actions
Add missing external functions
updateOperators
updateOperatorsForQuorum
updateSocket
Acceptance criteria IRegistryCoordinator with above-defined functions.
The text was updated successfully, but these errors were encountered:
for updating the socket that has a msg.sender check so you would either need to modify more significantly the implementation in the RegistryCoordinator than just the interface
I am curious why not call these functions on the RegistryCoordinator directly?
User story
As an AVS developer, I want to call functions like
updateOperators
,updateOperatorsForQuorum
andupdateSocket
in our service manager with some custom functions of our service manager. Currently, I am forking middleware and modfyingIRegistryCoordinator
.Actions
updateOperators
updateOperatorsForQuorum
updateSocket
Acceptance criteria
IRegistryCoordinator
with above-defined functions.The text was updated successfully, but these errors were encountered: