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

Investigate Paymaster tracker op rejection #864

Open
0xfourzerofour opened this issue Oct 17, 2024 · 0 comments
Open

Investigate Paymaster tracker op rejection #864

0xfourzerofour opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working needs-triage Issue needs triage
Milestone

Comments

@0xfourzerofour
Copy link
Collaborator

Describe the bug

There is an intermittent error on the paymaster tracker that will return a PaymasterBalanceToLow error when new ops are added to the pool. I believe this is due to a large number of ops using the same paymaster that are pending in the pool leading to the new operations being rejected due to the pending balance (This is the correct way it should be) however we need to double check the calculation and make sure it is not something else.

@0xfourzerofour 0xfourzerofour added bug Something isn't working needs-triage Issue needs triage labels Oct 17, 2024
@0xfourzerofour 0xfourzerofour self-assigned this Oct 17, 2024
@dancoombs dancoombs added this to the v0.5 milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs triage
Projects
None yet
Development

No branches or pull requests

3 participants
@dancoombs @0xfourzerofour and others