Skip to content

Disable report_invalid in the vendor'd transaction pool#2186

Closed
wilwade wants to merge 3 commits intofix/custom-transaction-poolfrom
fix/hack-transaction-pool
Closed

Disable report_invalid in the vendor'd transaction pool#2186
wilwade wants to merge 3 commits intofix/custom-transaction-poolfrom
fix/hack-transaction-pool

Conversation

@wilwade
Copy link
Copy Markdown
Collaborator

@wilwade wilwade commented Oct 14, 2024

Goal

The goal of this PR is to separate into a separate PR the only change happening to the vender'd transaction pool

{
fn report_invalid(&mut self, tx: &Self::Item) {
BestIterator::report_invalid(self, tx)
fn report_invalid(&mut self, _tx: &Self::Item) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm worried about side effects. Maybe we can do some tests using https://github.com/paritytech/polkadot-stps?tab=readme-ov-file?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our e2e tests on testnet get close to that (and they were showing the issue) I think we could setup something like that as well for it.

@wilwade wilwade force-pushed the fix/hack-transaction-pool branch from 086b63d to 0adb7c4 Compare October 22, 2024 13:24
@wilwade wilwade force-pushed the fix/custom-transaction-pool branch from ff9808d to 1506df9 Compare October 22, 2024 13:25
@wilwade wilwade mentioned this pull request Oct 24, 2024
7 tasks
@wilwade wilwade closed this Oct 24, 2024
@wilwade wilwade deleted the fix/hack-transaction-pool branch October 29, 2024 18:00
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

Successfully merging this pull request may close these issues.

2 participants