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-86 Add PermissionedLoan and Factory #80

Merged
merged 4 commits into from
Nov 15, 2022
Merged

VAL-86 Add PermissionedLoan and Factory #80

merged 4 commits into from
Nov 15, 2022

Conversation

ams9198
Copy link
Contributor

@ams9198 ams9198 commented Nov 10, 2022

Adds checks again posting collateral + drawdown

*/
mapping(address => bool) private _allowedLenders;
mapping(address => bool) private _allowedParticipants;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Open to feedback on this naming...

Copy link
Contributor

Choose a reason for hiding this comment

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

It could just be allowList if you don't like that

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wow, can't believe I didn't think of that 🤦. I prefer that, and will update.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Blegh, actually since we have a verifiers allowlist, I'm going to keep as-is to disambiguate.

bricestacey
bricestacey previously approved these changes Nov 10, 2022
venables
venables previously approved these changes Nov 14, 2022
@ams9198 ams9198 merged commit ea868e1 into circlefin:master Nov 15, 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.

3 participants