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
* Contest Delegation: voter delegation to one or more representatives (nominations) for a contest. See: [Contest Delegation](../docs/contest_delegation.md).
22
19
23
20
Signers:
24
21
@@ -40,11 +37,9 @@ Signers:
40
37
41
38
### Delegation Semantics
42
39
43
-
* Multiple Delegates: voters may delegate to multiple representatives for a contest (ordered by priority).
* Multiple Delegates: voters may delegate to multiple representatives for a contest (ordered by priority). See: [Contest Delegation](../docs/contest_delegation.md).
45
41
* Weights: optional payload weights distribute the voter’s (post-scaling) voting power proportionally;
46
-
non-positive weights are treated as 1.
47
-
Remainders go to the highest-priority delegate.
42
+
non-positive weights are treated as 1. Remainders go to the highest-priority delegate.
48
43
* Insufficient Power: if voting power is insufficient to distribute to all delegates, lower-priority delegates may receive 0.
49
44
* Revocation: [`metadata.revocations`](../metadata.md#revocations) can withdraw a delegation
50
45
(set to `true` to withdraw all versions), or a new delegation supersedes the prior one
@@ -65,19 +60,19 @@ that anchors the document via [`metadata.parameters`](../metadata.md#parameters)
0 commit comments