StabilityNexus / FairFund

6 stars 9 forks source link

Implement Handling for Vaults with No Locked Funding Tokens. #15

Closed adityabhattad2021 closed 4 months ago

adityabhattad2021 commented 4 months ago

Currently, the application does not have a specific mechanism to handle cases where there are no funding tokens locked in the vaults. This can lead to unexpected behavior or errors like divide by zero error when interacting with empty vaults. We need to implement proper handling for this scenario to ensure expected operation and provide clear feedback to users. Tasks:

adityabhattad2021 commented 4 months ago

Fixed in https://github.com/StabilityNexus/FairFund/pull/29