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

Sped up bounty payment transactions are not verified by sync_pending_fulfillments cronjob #7503

Closed
nickfarrow opened this issue Sep 23, 2020 · 1 comment

Comments

@nickfarrow
Copy link

Describe the bug
I paid out a bounty but had to speed up the transaction. The replacement tx has confirmed, but it is still waiting for verification on the bounty page.

To Reproduce
Pay a bounty with a low gas price, then replace the transaction with a gas price high enough to be confirmed.

Expected behavior
The transaction status should be updated by this sync_pending_fulfillments cronjob.

I ran a local copy of app/dashboard/sync/eth.py and everything worked as expected.

So I believe the bug would be in management/commands/sync_pending_fulfillments.py or the cronjob.

Screenshots
screenshot

Desktop (please complete the following information):

  • OS: arch btw
  • {'User-Agent': 'Mozilla/5.0 ...'}
@owocki
Copy link
Contributor

owocki commented Sep 23, 2020

#7490 should help here!

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