Weekly Technical Update

02/24/2022 — Technical Update - 4

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

1. Management contract Continued working on management contract. Added get StablecoinProtocol parameters endpoint and created postman requests to test the endpoint.

2. Borrowing service Created the Borrowing contract model and validator draft, also added updateCollateral endpoint. Currently we are working on validator for updateCollateral, adding successful test case and proceed with updateDebt endpoint.

3. StabilityPool Service Finished tests for createStabilityPool and StabilityPoolDeposit endpoint, refactored StabilityPool endpoints and completed minor fixes. Currently working on StabilityPoolWithdraw endpoint and adding validators for it.