Weekly Technical Update

10/05/2022 - Technical Update - 14

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

1. Common tasks - Set up the environment for the project on the server, deploy PAB (simulation) on server for demo.
- Made getProtocolConfiguration available for all users and fixed simulation for it.

Currently preparing the description of Emergency Shutdown logic and design.

2. Management contract - Added check if Vault does not exist.
- Added test for insufficient funds case in Open Vault .

3. Borrowing Service - Added funds check in Borrowing off-chain (if repay amount greater than debt).

4. Refactoring - Refactored real Ada amounts in simulations and tests.
- Errors in Borrowing and Receipt contracts.
- Wallet Funds check offchain and onchain to Borrowing contract.

5. Front-end layouts for demo - Added feature for switching the wallets.
- Added a request for protocol params.

Currently working on integration of Borrowing page.