v2.6.14
Release notes v2.6.14 🎉
This is a minor feature release
Introduced a whole new module staking
- Added
AbstractValueDistributor
contract that acts as a data structure that calculates the value distribution of users based on their shares. Users may join/leave/claim at any time and the contract algorithm accounts for that. - Added
AbstractStaking
contract that implements staking mechanics on top ofAbstractValueDistributor
contract.