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 4b5c32b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 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
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 4b5c32b

Please sign in to comment.