Skip to content

Commit

Permalink
fix: fix linting and spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Aug 14, 2023
1 parent e046025 commit 25e87fa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions protocol/0056-REWA-rewards_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ The reward metric $m_{rv}$ is the standard deviation of the set $R$.

### Validator ranking metric

The validator ranking metric, $m_{vr}$, measures the ranking score of consensus and standby validators.
The validator ranking metric, $m_v$, measures the ranking score of consensus and standby validators.

At the end of each epoch, for each party who **is** a consensus or standby validator set their reward metric as follows.

$$m_{vr} = rankingScore$$
$$m_v = ranking_score$$

If a party **is not** a consensus or standby validator, their reward metric is simply:

$$m_{vr} = 0$$
$$m_v = 0$$

### Market creation reward metrics

Expand Down Expand Up @@ -224,7 +224,7 @@ Rewards funded using the exponential-decay strategy should be distributed as fol

1. Calculate each entities reward metric
2. Order each entity in a descending list by their reward metric value and determine their "rank" in the list
3. Normalize the rank of each party within a range of 0 to 1, using the highest rank as the upper limit for normalization.
3. Normalise the rank of each party within a range of 0 to 1, using the highest rank as the upper limit for normalisation.
4. Calculate each entities share of the rewards using the below formula.

Let:
Expand Down
2 changes: 1 addition & 1 deletion protocol/0085-RVST-rewards_vesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Must expose the following:

## Acceptance Criteria

WIP
Too be added
6 changes: 3 additions & 3 deletions protocol/0086-ASPR-activity_streak_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ Must expose the following:

### Governance proposals

WIP
Too be added

### Setting activity / inactivity streak

WIP
Too be added

### Setting activity benefits

WIP
Too be added
3 changes: 3 additions & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,6 @@ dApp
leaderboards
ReferralSet
CreateReferralSet
enum
ldots
infty

0 comments on commit 25e87fa

Please sign in to comment.