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

pm: Fix redeeming tickets with zero block hash #2359

Merged
merged 2 commits into from
Apr 12, 2022

Conversation

leszko
Copy link
Contributor

@leszko leszko commented Apr 11, 2022

What does this pull request do? Explain your changes. (required)

Skip redeeming tickets with zero block hash.

For the context, Arbitrum sometimes returns zero as the L1 block hash, which results in the tickets that cannot be redeemed. We need to treat such tickets as non-retryable and therefore skip them.

Specific updates (required)

How did you test each of these updates (required)

Unit test

Does this pull request close any open issues?

fix #2358

Checklist:

@leszko leszko requested a review from yondonfu April 11, 2022 13:11
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 b7c3c71 into livepeer:master Apr 12, 2022
@leszko leszko deleted the 2358-fix-zero-block-hash branch April 12, 2022 07:08
ad-astra-video pushed a commit to ad-astra-video/go-livepeer that referenced this pull request May 25, 2022
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.

Issue while redeeming the zero-block-hash ticket
2 participants