attestantio / dirk

Apache License 2.0
75 stars 22 forks source link

Add multisigning. #21

Closed mcdee closed 2 years ago

mcdee commented 2 years ago

A number of generic signing operations are carried out over a large number of validators. This adds a 'multisign' option, allowing for multiple non-protected signing requests to be presented and actioned in parallel.

The addition of multisign also showed up some weakness in the testing process, which is remediated here.