ssvlabs / ssv-dkg

GNU General Public License v3.0
13 stars 11 forks source link

Add `--multisig` Flag to Ping Command to Verify Multisig Support #128

Closed MatusKysel closed 1 month ago

MatusKysel commented 1 month ago

Background

Some operators may be misconfigured or not connected to Ethereum 1.0 (eth1), which is necessary for multisig functionality. We need a way to identify operators that support multisig.

Task

Acceptance Criteria


By implementing this, we can ensure that we only use operators that support multisig and are properly connected to eth1.

pavelkrolevets commented 1 month ago

IMO we dont even need a flag to ping. We just GET new pong message with fields indicating that its multisig + connected or nothing. In this case if we ping old operators we got a message that they online but multisig not supported.

Here is the implementation https://github.com/ssvlabs/ssv-dkg/pull/137