We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the transaction which reported as invalid by a block builder is silently skipped:
polkadot-sdk/substrate/client/transaction-pool/src/fork_aware_txpool/fork_aware_txpool.rs
Lines 716 to 729 in 5b8e409
Current behavior requires improvements - transaction shall be removed from the view, and also from the fatp. Invalid event shall be dispatched.
fatp
The text was updated successfully, but these errors were encountered:
txpool api
remove_invalid
michalkucharczyk
Successfully merging a pull request may close this issue.
Currently the transaction which reported as invalid by a block builder is silently skipped:
polkadot-sdk/substrate/client/transaction-pool/src/fork_aware_txpool/fork_aware_txpool.rs
Lines 716 to 729 in 5b8e409
Current behavior requires improvements - transaction shall be removed from the view, and also from the
fatp
. Invalid event shall be dispatched.The text was updated successfully, but these errors were encountered: