Weekly Technical Update

03/03/2022 - Technical Update - 5

As part of this week’s update, we will share this week’s progress and what component we worked on.

1. Management contract We have added "UseProtocolConfiguration" validator to Management contract.

2. Borrowing service - We finished Update collateral endpoint off-chain changes.
- Added CTL calculation using exchange rate, completed CTL check in off-chain and validator. Added abstractions for collateral and Loan, refactored Borrowing endpoints. Currently working on Minting and Burning policies for AUSD, finished minting AUSD off-chain code and policy draft, started burning AUSD off-chain code.

3. StabilityPool Service - Finished Stability Pool Withdraw endpoint, added validators and tests for it.
- Added StablecoinProtocol check to StabilityPool validators and endpoints. Currently we are fixing validators for Stability Pool Withdraw endpoint and adding detailed tests.

4. IndividualReceipt Service Completed finished validators for Receipt Withdraw endpoint.