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
As we can't add peers to the existing FROST keys, we want to be able to generate multiple FROST keys
and configure by address which key is used to sign the message.
Implementation details
change the FROST key path to a folder
allow for generating mutiple keys and store them by their public key
set in the configuration the MPC public key per BTC deposit address
Testing details
unit tests
e2e tests
Acceptance Criteria
we are able to have multiple FROST keys
The text was updated successfully, but these errors were encountered:
As we can't add peers to the existing FROST keys, we want to be able to generate multiple FROST keys
and configure by address which key is used to sign the message.
Implementation details
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: