Weekly Technical Update
25/03/2022 - Technical Update - 8
As part of this week’s update, we will share this week’s progress and what component we worked on.
1. Borrowing Service
Completed Borrowing Service:
- Finished Get vault balance endpoint and add simulation for it.
- Added getVaultInfo and getUserFunds endpoints.
- Completed collateral and debt tests, added vaultManager datum check on open vault.
- Added testcases.
- Added Info contract with getProtocolFunds, getVaultManagerFunds, getVaultFunds endpoints.
- Prepared documentation for Borrowing Service.
Currently working on fee pool and adding operatorContract.
2. Stability Pool Service
- Added StabilityPool draft recalculation endpoint and completed validators and tests for it.
- Made proper tests for draft recalculation endpoint.
- Added simulations and tests for Stability Pool Service.
Currently working on documentation for StabilityPool contract.
3. Individual receipt service
- Completed get receipt funds endpoint.
- Added simulations for the endpoints.
Currently working on documentation for Receipt Contract.