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

feat: Integrate Aggregator in HelloWorldServiceManager #85

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

afkbyte
Copy link

@afkbyte afkbyte commented Oct 9, 2024

This PR contains only the changes to the HelloWorldServiceManager required to integrate with an aggregator service.

  • Added address public aggregator to store the aggregator's address
    • implemented onlyAggregator modifier to restrict task response
  • Modified respondToTask function to:
    • Accept aggregated signature data
    • Verify signatures using ECDSAStakeRegistry
    • Check if all signers are registered operators
    • Store aggregated response data
  • update deploy scripts

@wesfloyd
Copy link
Contributor

Reminder for Steven and Wes: might warrant a point release when ready.

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

Successfully merging this pull request may close these issues.

2 participants