-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- Add contract versioning
- Maximum coverage
- Ensure that we are checking for math in our tests
- I think we can remove redeem(address _collateral, uint256 _usdsAmt, uint256 _minCollAmt, uint256 _deadline) , and at its place use redeem(address _collateral, uint256 _usdsAmt, uint256 _minCollAmt, uint256 _deadline, address _strategy) and if user wants to use the default strategy the UI can send address(0) .
- Remove
_validateRwdClaim
- Make
distributeAndBurnSPA
internal
Points mentioned here may also apply to the Demeter contracts.
Metadata
Metadata
Assignees
Labels
No labels