Manuel
Manuel
Hey, After upgrading to the most recent parity signer app. I am getting the following error ``` Insufficient security features available on this device ``` Did the hardware requirements changed...
main branch for the nav-v2 development.
**Summary** We check in the borrow function, if the borrow amount is higher than the ceiling. https://github.com/centrifuge/tinlake/blob/develop/src/borrower/feed/navfeed.sol#L171. The `ceiling(loan)` function already returns the `remainingAmount`. The require check doesn't need to...
In general if junior starts to lose its value the maxDROPRatio constraint will be violated. Before the juniorAsset value approaches zero, DROP holders could still leave the pool because DROP...
We would like to modify the current minSeniorRatio constraint: ### New Constaint **Current Constraint: MinSeniorRatio** The following constraint currently needs to be always satisfied. ``` seniorAsset >= (NAV+reserve) * minSeniorRatio...