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(runtime): Fix inability to use vouchers with no balance #3967

Merged
merged 4 commits into from
May 21, 2024

Conversation

breathx
Copy link
Member

@breathx breathx commented May 16, 2024

The bug appeared in #3921, because from substrate v1.3.0, signed extension "CheckNonce" is rejecting txs with inexistent accounts (with no providers, e.g. balances) due to inability to pay tx fees, but for our Vouchers management it's totally legit. For the details, see: paritytech/polkadot-sdk#1578.

@breathx breathx added the A0-pleasereview PR is ready to be reviewed by the team label May 16, 2024
@breathx breathx requested review from ekovalev and ukint-vs May 16, 2024 14:25
@breathx breathx added the C0-bug Something isn't working label May 16, 2024
@breathx breathx merged commit f891213 into master May 21, 2024
10 checks passed
@breathx breathx deleted the dn-fix-vouchers-on-substrate-v130 branch May 21, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team C0-bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants