chaintope / tapyrus-signer

Tapyrus Signer reference implementation.
GNU General Public License v3.0
7 stars 8 forks source link

Change signing parameters on specified block height #85

Closed rantan closed 4 years ago

rantan commented 4 years ago

The tapyrus-signerd in 0.4.0 takes its own public key, node_vss, and a threshold as parameters and participates in signature generation for the block. The Federation Management feature allows you to change the participants in the signature generation by swapping this parameter.

This issue deals with the implementation of changing participants.

Specifically, the following changes will be made

Assumption: We already have the parameters (block height, node_vss, threshold) for the next federation change.