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

FROST keygen contract #226

Closed
mpetrun5 opened this issue Apr 8, 2024 · 0 comments · Fixed by #227
Closed

FROST keygen contract #226

mpetrun5 opened this issue Apr 8, 2024 · 0 comments · Fixed by #227
Assignees
Milestone

Comments

@mpetrun5
Copy link
Collaborator

mpetrun5 commented Apr 8, 2024

We want to be able to trigger FROST keygen on relayers by admin functionality.

Implementation details

Create a FROST keygen contract that has 1 method startKeygen that accepts a field resourceID (bytes32) and raises an event StartedFROSTKeygen with the accompanying resourceID field.
The method should only be callable by admin (extend from Ownable contract).

Testing details

  • unit tests (not callable by non-admin, event raised if called by admin)

Acceptance Criteria

  • we can trigger FROST keygen on relayers
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 a pull request may close this issue.

3 participants