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

Feat/qf round close cap #89

Merged
merged 4 commits into from
Oct 8, 2024
Merged

Feat/qf round close cap #89

merged 4 commits into from
Oct 8, 2024

Conversation

aminlatifi
Copy link

@aminlatifi aminlatifi commented Oct 8, 2024

  • 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
@aminlatifi aminlatifi marked this pull request as draft October 8, 2024 09:17
@aminlatifi aminlatifi requested a review from ae2079 October 8, 2024 09:31
@aminlatifi aminlatifi marked this pull request as ready for review October 8, 2024 09:32
Copy link
Collaborator

@ae2079 ae2079 left a 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;
Copy link
Collaborator

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?

Copy link
Author

Choose a reason for hiding this comment

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

No

Copy link
Author

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

@aminlatifi aminlatifi merged commit efba9c3 into staging Oct 8, 2024
5 checks passed
@aminlatifi aminlatifi deleted the feat/qf-round-close-cap branch October 8, 2024 12:55
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