tangle-network / dkg-substrate

Multy-party threshold ECDSA (GG20) Substrate node
https://tangle.webb.tools/
GNU General Public License v3.0
60 stars 15 forks source link

[SPEC] Add on-pallet logic for unsigned proposals and keygens #714

Open tbraun96 opened 1 year ago

tbraun96 commented 1 year ago

Relates to https://github.com/webb-tools/dkg-substrate/issues/710

When validating signatures on-pallet, we will need to ensure that we are using the correct verification function. We will also need to add logic for determining the keygen/signing protocol to use. Additionally, there may be other requirements that are unforeseen until we actually run the code.