Skip to content

Commit

Permalink
Add retention period to reward params
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 11, 2024
1 parent aa001fc commit 00968e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tips/TIP-0048/openapi3-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ components:
decayBalancingConstantExponent: 8
decayBalancingConstant: "1"
poolCoefficientExponent: 11
retentionPeriod: 684
targetCommitteeSize: 32
chainSwitchingThreshold: 2
baseToken:
Expand Down Expand Up @@ -3227,13 +3228,17 @@ components:
poolCoefficientExponent:
type: integer
description: PoolCoefficientExponent is the exponent used for shifting operation in the pool rewards calculations.
retentionPeriod:
type: integer
description: The number of epochs for which rewards are retained.
required:
- profitMarginExponent
- bootstrappingDuration
- manaShareCoefficient
- decayBalancingConstantExponent
- decayBalancingConstant
- poolCoefficientExponent
- retentionPeriod
targetCommitteeSize:
type: integer
description: The target size of the committee.
Expand Down

0 comments on commit 00968e0

Please sign in to comment.