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

Fix issue with not redeeming tickets by Redeemer #2284

Merged
merged 3 commits into from
Feb 24, 2022

Conversation

leszko
Copy link
Contributor

@leszko leszko commented Feb 22, 2022

What does this pull request do? Explain your changes. (required)
Fix issue when Redeemer can't redeem a ticket.

Specific updates (required)

  • Add ethOrchAddr to DB orchestrator while starting Livepeer Node in the Redeemer mode (before it was added only when started in the Orchestrator mode)
  • Ease the condition for redeeming the ticket Before it was that the orchestrator exists in SQLite DB and had the activation round before the current round. Now, we also redeem a ticket when no orchestrator is found.

How did you test each of these updates (required)

unit tests

Does this pull request close any open issues?

fix #2283

Checklist:

@leszko leszko requested a review from yondonfu February 22, 2022 12:23
@leszko leszko changed the title common: Fix issue with not redeeming tickets by Redeemer Fix issue with not redeeming tickets by Redeemer Feb 22, 2022
Copy link
Member

@yondonfu yondonfu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leszko leszko merged commit 04e6659 into livepeer:master Feb 24, 2022
@leszko leszko deleted the 2283-fix-redeemer branch February 24, 2022 09:43
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

Successfully merging this pull request may close these issues.

Not possible to redeem tickets with Redeemer on Arbitrum
2 participants