Add signing engine, refine ui

This commit is contained in:
Jon Staab
2026-06-11 19:05:15 -07:00
parent 287e599753
commit a1ddb3bbd7
26 changed files with 3404 additions and 398 deletions
+6
View File
@@ -79,6 +79,12 @@ export type DkgSession = {
round2: Record<number, Hex>
/** Members who declined, keyed by pubkey, value is their optional reason */
declines: Record<Hex, string>
/** Set when the session was aborted (equivocation or a crypto-verification failure) */
aborted?: boolean
/** True once we have locally finalized and saved this quorum (usable for signing) */
complete?: boolean
/** Count of matching kind 7053 confirmations received (ours + peers') */
confirmed?: number
}
// ── Resharing session ─────────────────────────────────────────────────────────