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

Polkadot: Many failed PayoutStakers calls #498

Open
ggwpez opened this issue Nov 1, 2024 · 2 comments
Open

Polkadot: Many failed PayoutStakers calls #498

ggwpez opened this issue Nov 1, 2024 · 2 comments

Comments

@ggwpez
Copy link
Member

ggwpez commented Nov 1, 2024

Somehow Staking::PayoutStakers fails about 1000 times per day on Polkadot:

Screenshot 2024-11-01 at 14 26 01

Seems fine on Kusama:

Screenshot 2024-11-01 at 14 26 21

Also visible on Subscan. Does someone know why that is?

@bkchr
Copy link
Contributor

bkchr commented Nov 5, 2024

I checked some and these errors looked like people sending the same tx multiple times. You can probably look deeper into the error types. Maybe some people are using a broken bot.

@clangenb
Copy link
Contributor

clangenb commented Nov 19, 2024

I remember that, some bots took a while to update from the legacy staking ledger. If you did the wrong storage query, the client believed that there were still pending payouts, even if they were already claimed.

Hence, they tried to claim it again, and again, and the payouts failed all the time.

Eventually, all bots were fixed, and the deprecated staking ledger was cleaned up anyhow after all the legacy eras were cleaned up on chain.

So IMO, this issue can be closed.

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

3 participants