Replies: 1 comment 1 reply
-
If the security model allows for a strict subset of members to produce a signature, then we could explore threshold signatures. However, AFAIU, hydra's security model is based on the assumption that we need everyone to produce a signature for security. If that's not the case, there's a few things to consider before choosing going forward with Mithril.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why
Current Hydra Head consensus mechanism requires all nodes to be online for liveness. Using a snapshot signature process the does not require collecting all parties' signatures while still being customisable and negotiable (eg. in terms of the quorum required) would make scenarios where some of the peers can go offline without compromising progress, while still retaining some degree of security related to honest quorum assumptions.
What
How
ReqSn
, the followers signign the snapshto through theAckSn
messages and everyone independently verify the snapshot through the standard mithril TMSBeta Was this translation helpful? Give feedback.
All reactions