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
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
The text was updated successfully, but these errors were encountered:
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 eventStartedFROSTKeygen
with the accompanying resourceID field.The method should only be callable by admin (extend from Ownable contract).
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: