Description
- The owner of redeem(), withdraw(), removeShares(), requestRedeem() and requestWithdraw() must be allowed and transfer(), transferFrom() check the sender of the shares now.
- setPendingPoolDelegate() in PoolManager can be performed by the operational admin, but is not in the docs.
- Partial redemptions are not allowed due to lack of liquidity in the queue MapleWithdrawalManager docs.
- IMapleWithdrawalManager.sol - line 79 "NOTE: The shares value is ignored.". How it is ignored ? It is used to compute the resultingAssets.
Status
Addressed in #a483c8e