Skip to content

Commit

Permalink
Update constraints.md
Browse files Browse the repository at this point in the history
minor addition
  • Loading branch information
oliviasaa authored Mar 28, 2024
1 parent 98ab0ca commit 1b24bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tips/TIP-0039/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Since `shiftFactor` must be an integer between 0 and 32, we have:
- 0≤`Decay Factors Exponent`≤32.
- 0≤`Generation Rate Exponent`≤32.
- 0≤`Decay Factor Epochs Sum Exponent+generationRateExponent-slotsPerEpochExponent`≤32.
- 0≤`generationRateExponent-slotsPerEpochExponent`≤32.

The third variable `multFactor` must additionally use at most 32 bits, meaning that we have the following constraints:

Expand Down

0 comments on commit 1b24bd7

Please sign in to comment.