Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAL-39 Apply first-loss to the pool in case of default #49

Merged
merged 4 commits into from
Oct 17, 2022
Merged

VAL-39 Apply first-loss to the pool in case of default #49

merged 4 commits into from
Oct 17, 2022

Conversation

ams9198
Copy link
Contributor

@ams9198 ams9198 commented Oct 13, 2022

Note that the updates to Loan/ILoan are temporary -- I tried to piggy-back off the expected changes from #47, since they're needed here. Once that lands I'll rebase this PR and the diff will be smaller.

Edit: rebased, should be g2g.

@ams9198 ams9198 marked this pull request as ready for review October 13, 2022 16:32
@@ -78,17 +78,17 @@ interface ILoan {
/**
* @dev Number of payments remaining
*/
function paymentsRemaining() external returns (uint256);
function paymentsRemaining() external view returns (uint256);
Copy link
Contributor Author

@ams9198 ams9198 Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure these can / should be view, right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice call

@ams9198 ams9198 merged commit 00359c1 into circlefin:master Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants