-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/qf round close cap #89
Conversation
aminlatifi
commented
Oct 8, 2024
•
edited
Loading
edited
- Renamed cumulativeCapPerProject to cumulativeUSDCapPerProject
- Renamed cumulativeCapPerUserPerProject to cumulativeUSDCapPerUserPerProject
- After this, the QfRound cap must be saved as the final cap in DB (etc. 1M$ and 1,050,000$) and not as a gap to sum of all EA rounds
renamed cumulativeCapPerUserPerProject to cumulativeUSDCapPerUserPerProject
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @aminlatifi
just a question about the qf cap, if it is OK, feel free to merge
(this.roundUSDCapPerProject || 0); | ||
|
||
this.cumulativeCapPerUserPerProject = | ||
this.cumulativeUSDCapPerProject = this.roundUSDCapPerProject || 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need to consider EA round caps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qf round is independent of EA rounds