-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fatxpool: fix: remove invalid txs from the dropped stream controller
#8923
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
fatxpool: fix: remove invalid txs from the dropped stream controller
#8923
Conversation
|
/cmd prdoc --bump minor --audience node_dev |
…-audience node_dev'
|
Maybe adding some test to ensure this never happens again? |
here you go: a643a28 |
substrate/client/transaction-pool/src/fork_aware_txpool/fork_aware_txpool.rs
Show resolved
Hide resolved
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-8923-to-stable2506
git worktree add --checkout .worktree/backport-8923-to-stable2506 backport-8923-to-stable2506
cd .worktree/backport-8923-to-stable2506
git reset --hard HEAD^
git cherry-pick -x 63973ccc7108560b2d0a7d882e5c0e232d9396ac
git push --force-with-lease |
|
Git push to origin failed for stable2506 with exitcode 1 |
|
Git push to origin failed for stable2506 with exitcode 1 |
Backport #8923 into `stable2506` from michalkucharczyk. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
While testing mortal transaction I encountered exactly the same problem as in #8490.
This PR should fix the problem.
fixes: #8490