Skip to content

v2.6.14

Compare
Choose a tag to compare
@Arvolear Arvolear released this 23 Jan 12:46
· 74 commits to master since this release
c76706a

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 of AbstractValueDistributor contract.