v0.1.5-release
Pre-release
Pre-release
KohliSuraj
released this
22 May 12:10
·
6 commits
to develop
since this release
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
andStakedToken
- Change reward calculation in
updateMaxReward
function to includetotalSupply
- Sanity address check for
-
PricelessPositionManager.sol
- Adding ability to transfer ownership
Other Code Changes
- EMP create task now supports argument for
withdrawalLiveness
andliquidationLiveness
- Get addresses from excel task for for Airdrop (ClayDistributor.sol) contract
- Updated tests for solidity contracts
Target Commit: b887e47