You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DKG doesn't support different versions, all participants must run the same version. I'll add a ticket to ensure that the DKG errors if it detects different versions.
🐞 Bug Report
v0.14 dkg command is not compatible with v0.13.
A clear and concise description of the problem...🔬 Minimal Reproduction
We ran a dkg with 3 nodes on v0.13 and one on v0.14
Node with the issue:
docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v0.14.0 create enr
attempted to run DKG with v0.14:
$docker run --rm -v "$(pwd)/:/opt/charon" obolnetwork/charon:v0.14.0 dkg --definition-file="https://obol-api-prod-green.gcp.obol.tech/dv/0x43d2bf10b33f0e086c3ccbea2ce6dd4f59c30f072c056d9925c1656735f8d1a5"
all peers connected but DKG got hung up:
All peers connected, starting DKG ceremony
solved by running v0.13 command:
docker run --rm -v "$(pwd)/:/opt/charon" obolnetwork/charon:v0.13.0 dkg --definition-file="https://obol-api-prod-green.gcp.obol.tech/dv/0x43d2bf10b33f0e086c3ccbea2ce6dd4f59c30f072c056d9925c1656735f8d1a5"
🔥 Error
DKG just hung on the connected to 3 of 3 peers. Check discord channel for a potential relevant log
🌍 Your Environment
OSX
The text was updated successfully, but these errors were encountered: