Closed MatusKysel closed 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
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
Enhance Ping Command:
--multisig
flag to theping
command.ping
command should fail if the operator is not connected to eth1.Update Health Check:
Acceptance Criteria
The
ping
command with--multisig
:Health check reports accurately reflect multisig support status.
Documentation is updated to include the new
--multisig
flag.By implementing this, we can ensure that we only use operators that support multisig and are properly connected to eth1.