Trust-Machines / wsts

Weighted Schnorr Threshold Signatures
Apache License 2.0
26 stars 12 forks source link

Add save/load functionality to all non config data within the signer and coordinator state machines #54

Closed jferrant closed 5 months ago

jferrant commented 7 months ago

Applications built on top of wsts may crash and wish to be able to persist their dkg rounds/signing rounds between crashes.

There is already some save/load functionality for wsts::v2::Signer. Expand this to include all non config data within the signer and coordinator state machines.

netrome commented 6 months ago

PR in Stacks fork https://github.com/stacks-network/wsts/pull/1

xoloki commented 5 months ago

Fixed in #57