chaintope/tapyrus-signer

Singature Issuing protocol should be started after Key Generation Protocol finished.

rantan opened this issue · 2 comments

Current signer node start up process is start block generation rounds before finish Key Generation Protocol. However the starting rounds should wait to finish Key Generation Protocol.

Fortunately, it doesn't leads any problem about block generation process. Because first step of each round is waiting to have passed round duration(which is set --duration option) and Key Generation Protocol is done while doing that.

But current implementation is not clean. It should be fixed.

We are going to decide how to fix this issue on federation management feature specification fixed.

This should be closed because the key generation protocol is going to be held on offline.