-
Notifications
You must be signed in to change notification settings - Fork 111
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
[PAY-3680] Create one shot challenge #10739
Conversation
|
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
c4491b3
to
f8d973f
Compare
@@ -137,5 +137,16 @@ | |||
"starting_block": 0, | |||
"weekly_pool": 25000, | |||
"cooldown_days": 7 | |||
}, | |||
{ | |||
"id": "os", |
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.
o
would be better just because tx size is very very restricted here
https://www.notion.so/audiusproject/Improving-Rewards-Claim-Success-c1827623c85d49dbb438795534ca911b?pvs=4
"name": "ONE_SHOT", | ||
"type": "aggregate", | ||
"amount": 1, | ||
"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.
should we set these to false for now?
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.
i think it's safe to leave it but ill just set prod to false, just gotta remember to turn it back on
[cce74dd] [C-5549] Migrate album backlinks to api (#10758) Dylan Jeffers [22c9b78] Add UserType + Price Point column to UDR (#10760) Steve Perkins [48f2366] [PAY-3680] Create one shot challenge (#10739) Isaac Solo [9fc307f] Remove unused var (#10748) Raymond Jacobson [76fd508] [PAY-3653] Re-land feed performance improvements (#10741) Raymond Jacobson
Description
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.