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

Signature error batch transactions with payout stakers iff more then 4 calls are in the batch #1641

Closed
clangenb opened this issue Jun 12, 2024 · 2 comments

Comments

@clangenb
Copy link

clangenb commented Jun 12, 2024

This turned out to be the underlying issue of #1639. I am not sure if the error is on the node side or on subxt. Batch transactions of size worked 4 for me before on Kusama, but after the upgrade of runtime v1.2.5. and the corresponding subxt update to 0.37.0 this error started to occur.

Workaround: Simply reduce the batch size to 3.

@niklasad1
Copy link
Member

Ok, thanks for the update.

Can you provide a small example in subxt how to re-produce this?
Would be interesting to run against kusama-dev node because I assume this doesn't happen on westend?!

@clangenb
Copy link
Author

clangenb commented Jul 2, 2024

I was trying to reproduce this with a small example. However, now I realize that it is only the well-known bug about batch transactions sticking around in the tx-pool for a while until they are eventually removed due to their mortality, see paritytech/polkadot-sdk#6.

The error that is being thrown upon removal is the following:

 Subxt(Transaction(Invalid("Transaction is invalid (eg because of a bad nonce, signature etc)")))

I guess the error might be a bit unclear, but it is the expected behaviour. I will close the issue.

@clangenb clangenb closed this as completed Jul 2, 2024
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

2 participants