Skip to content

v0.1.5-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@KohliSuraj KohliSuraj released this 22 May 12:10
· 6 commits to develop since this release
b887e47

This release contains fixes for issues mentioned in audit report.

Smart Contract Code Changes:

  • ClayBonds.sol

    • Updated with mainnet values
    • Extra day for leap year
    • Sanity address check in constructor
    • Less than equal to check for maximumBondRewards
  • ClayDistributor.sol

    • Sanity address check for ClayToken
  • ClayStakingRewards.sol

    • Sanity address check for ClayToken and StakedToken
    • Change reward calculation in updateMaxReward function to include totalSupply
  • PricelessPositionManager.sol

    • Adding ability to transfer ownership

Other Code Changes

  • EMP create task now supports argument for withdrawalLiveness and liquidationLiveness
  • Get addresses from excel task for for Airdrop (ClayDistributor.sol) contract
  • Updated tests for solidity contracts

Target Commit: b887e47