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(idea/squid) some vouchers are not revoked #1651

Open
Zewasik opened this issue Oct 4, 2024 · 0 comments
Open

fix(idea/squid) some vouchers are not revoked #1651

Zewasik opened this issue Oct 4, 2024 · 0 comments
Labels
C0-bug Something isn't working D1-idea Gear Idea

Comments

@Zewasik
Copy link
Member

Zewasik commented Oct 4, 2024

Problem

When saving vouchers, there may be a problem that processing the revokedVoucher event deletes the local voucher, but not in the database. Because of this, it can happen that the voucher is revoked, but in the indexer it will be available.

Steps

Possible Solution

Clear a revoked set only between batches, not after a voucher has been revoked.

Notes

No response

Relevant Log Output

No response

@Zewasik Zewasik added C0-bug Something isn't working D1-idea Gear Idea labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C0-bug Something isn't working D1-idea Gear Idea
Projects
None yet
Development

No branches or pull requests

1 participant