Skip to content

[Bug]: Avoid recomputing DKG from scratch on key rotation submit failure #1720

@matteojug

Description

@matteojug

Bug - Avoid recomputing DKG from scratch on key rotation submit failure

1. Description

Currently if the bootstrap signer set changes we do a new DKG round and verify them. If then we fail to submit a rotate key (eg, because of a fast block or a timeout) at the next tenure we will again try to DKG again from scratch since the bootstrap signer set is still changed wrt the registry.

Since we have verified shares matching the bootstrap set, we should probably just skip DKG and try to submit a rotate key for those.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions