Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing external function in IRegistryCoordinator the interface of RegistryCoordinator #343

Open
4 tasks
jdRouterP opened this issue Dec 19, 2024 · 1 comment

Comments

@jdRouterP
Copy link

jdRouterP commented Dec 19, 2024

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.

@stevennevins
Copy link
Collaborator

Agree, these interfaces need to be updated

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants