ava-labs / teleporter

EVM cross-chain messaging protocol built on top of Avalanche Warp Messaging
Other
48 stars 23 forks source link

Implement rewards curve with token supply as parameter #611

Open geoff-vball opened 1 week ago

geoff-vball commented 1 week ago

Context and scope The P-chain currently uses the total value of the token supply at the beginning and end of a validation period in order to calculate rewards for that validator. In order to implement a rewards calculator the takes in these values, the PoSValidatorManager would have to track these values for each validator.