-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Clr round 4 #5709
Clr round 4 #5709
Conversation
Codecov Report
@@ Coverage Diff @@
## stable #5709 +/- ##
==========================================
- Coverage 29.98% 29.98% -0.01%
==========================================
Files 249 249
Lines 21447 21446 -1
Branches 3110 3110
==========================================
- Hits 6431 6430 -1
+ Misses 14731 14728 -3
- Partials 285 288 +3
Continue to review full report at Codecov.
|
@@ -5,7 +5,6 @@ | |||
Your contribution goes a long way! | |||
<img class="float-right" src="{% static "v2/images/diamonds_high_fiving.gif" %}" > | |||
</p> | |||
{% if not show_only_estimate %} |
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.
should we replace this with clr_active
?
Line 63 in 382235c
clr_active = False |
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.
left a few comments ! otherwise lgtm
@@ -685,7 +685,7 @@ def grant_fund(request, grant_id, grant_slug): | |||
'phantom_funds': phantom_funds, | |||
'clr_round': clr_round, | |||
'total_clr_pot': total_clr_pot, | |||
'clr_active': clr_active, | |||
'clr_active': True |
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.
we can leave this as clr_active
cause we've set it to True on L63
Description
This PR updates stable to enable grants CLR mode for round 4
Refers/Fixes
Testing
Tested Locally