-
-
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
Fix/show only mainnet bounties #7637
Fix/show only mainnet bounties #7637
Conversation
…b into fix/show-only-mainnet-bounties
app/dashboard/models.py
Outdated
# Bounty QuerySet Manager | ||
objects = BountyQuerySet.as_manager() | ||
# Bounty Manager from QuerySet | ||
objects = BountyManager.from_queryset(BountyQuerySet)() |
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.
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.
@octavioamu oops... should i take off rinkeby filter in production, since we only want to deal with mainnet in production?
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.
still need to be able to filter by network in some places, is just the post on the townsquare need to be avoided on prod
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.
@octavioamu all set now. i've excluded explorer
…b into fix/show-only-mainnet-bounties
…b into fix/show-only-mainnet-bounties
…b into fix/show-only-mainnet-bounties
Description
Follow up on this #7584
This resolves
ValueError invalid literal for int() with base 10: ''
noticed in prodhttps://www.loom.com/share/35eab9652d2b440b8fe3729c0d940eb6
Refers/Fixes
https://sentry.io/organizations/gitcoin/issues/1941745874/?referrer=slack