This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
@SetProtocol Alpha Release v0.2.9
Pre-release
Pre-release
This release is our last one prior to MainNet launch.
Smart Contract Changes
- partialRedeem and redeemExcluded now uses a bitmask
- Update to use solidity compiler version 0.4.23
- Remove unused SafeMathUint256 library
- Add check of balances pre and post transfers in issue/redeem functions
- Cleaned up unredeemedComponents to unredeemedBalances
- Readability / documentation updates