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

Reminder to remove the legacy/* application once those bounties are done #406

Closed
owocki opened this issue Feb 13, 2018 · 2 comments
Closed
Assignees

Comments

@owocki
Copy link
Contributor

owocki commented Feb 13, 2018

Now that standardbounties are deployed, we should be able to remove all of the legacy gitcoin smart contracts from the system.

@owocki
Copy link
Contributor Author

owocki commented Mar 15, 2018

#589

@owocki
Copy link
Contributor Author

owocki commented Mar 15, 2018

shipping ^^

per

from dashboard.models import Bounty
bounties = Bounty.objects.filter(current_bounty=True, web3_type='legacy_gitcoin', network='mainnet')
bounties = bounties.exclude(idx_status__in=['expired','done', 'killed'])
for bounty in bounties:
    print(bounty.status, bounty.github_url)
    

there are NO more legacy bounties that haven't been killed yet

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

No branches or pull requests

2 participants