Skip to content

Commit 0b916db

Browse files
authored
fix(fsp): minor typo and equation formatting (#680)
2 parents 879e705 + 9d130c3 commit 0b916db

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

docs/network/fsp/1-weights-and-signing.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ The most widely used weight system throughout the main protocols is the **signin
8484

8585
The relevant weights and their uses are listed below.
8686

87-
| Protocol | Component | Weight System |
88-
| -------------- | ----------------------------------------------------------------------------------------------- | ---------------- |
89-
| **FSP** | • Updating Signing Policy<br />• Validator Uptime<br />• Reward Signing | $W_S$ |
90-
| **FTSOv2** | • Scaling: Weighted Median Calculation<br />• Scaling: Accuracy Rewards | $W'_{WFLR}$ |
91-
| | • Scaling: Signing and Finalization (through FSP)<br />• Block-latency: Sortition and Rewarding | $W_S$ |
92-
| **FDC** | • Bit Voting<br />• Signing and Finalization (through FSP)<br />• Rewarding | $W_S$ |
93-
| **Staking** | • Staking Rewards | $W_P$ |
94-
| **Governance** | • Voting | $W_{WFLR} + W_M$ |
87+
| **Protocol** | **Component** | **Weight System** |
88+
| -------------- | ----------------------------------------------------------------------------------------------- | ----------------- |
89+
| **FSP** | • Updating Signing Policy<br />• Validator Uptime<br />• Reward Signing | $W_S$ |
90+
| **FTSOv2** | • Scaling: Weighted Median Calculation<br />• Scaling: Accuracy Rewards | $W'_{WFLR}$ |
91+
| | • Scaling: Signing and Finalization (through FSP)<br />• Block-latency: Sortition and Rewarding | $W_S$ |
92+
| **FDC** | • Bit Voting<br />• Signing and Finalization (through FSP)<br />• Rewarding | $W_S$ |
93+
| **Staking** | • Staking Rewards | $W_P$ |
94+
| **Governance** | • Voting | $W_{WFLR} + W_P$ |
9595

9696
### Signing Policy thresholds
9797

9898
A **signing policy** includes:
9999

100-
- `rewardEpochId`: Reward epoch ID.voter
100+
- `rewardEpochId`: Reward epoch ID.
101101
- `startVotingRoundId`: Indicates the start of a reward epoch.
102102
- `voters`: Canonical list of data provider addresses.
103103
- `weights`: Compressed, normalized weights (2-byte values).

docs/network/fsp/2-rewarding.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ $$
104104

105105
where:
106106

107+
{/* prettier-ignore */}
107108
- $ w(T, x) $ is the weight delegated by delegator $x$ to the beneficiary address for weight type $T$ (i.e. either delegated stake or delegated `WFLR`) during the specified reward epoch.
108-
{/* prettier-ignore */}
109-
- $ U\_{T}^{weight} $ is the total yet unclaimed delegation weight associated with the beneficiary address and weight type $T$, for that epoch.
110-
{/* prettier-ignore */}
111-
- $ U\_{T}^{amount} $ is the total yet unclaimed reward amount for the same beneficiary and epoch.
109+
{/* prettier-ignore */}
110+
- $ U_{T}^{weight} $ is the total yet unclaimed delegation weight associated with the beneficiary address and weight type $T$, for that epoch.
111+
{/* prettier-ignore */}
112+
- $ U_{T}^{amount} $ is the total yet unclaimed reward amount for the same beneficiary and epoch.
112113

113114
Once claimed, both the unclaimed amount and weight are reduced accordingly, and the payout is transferred directly to delegator $x$.
114115

0 commit comments

Comments
 (0)