logos-co / staking

SNT Staking contracts
Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

Ensure multiplier points calculation is preserved across migrations #98

Open 0x-r4bbit opened 1 month ago

0x-r4bbit commented 1 month ago

Currently. multiplier points are calculated and maintained in the StakeManager contract. When there's a migration to another StakeManager version, we need to ensure the state of multiplier points calculation is preserved/transferred as well.

The goal of this issue is: