Closed
Description
There are some issues in mythical network: transactions are getting retracted and don't get into the block.
The new implementation of fork-aware txpool (paritytech/polkadot-sdk#4639) shall address this issue.
We could try a node built in this PR, to check how new implementation behaves, polkadot-parachain image is here (built in this job.
Following option shall be provided to enable new txpool: --pool-type=fork-aware
For better understanding how new implementation behaves please enable following logs:
"-lbasic-authorship=debug",
"-ltxpool=debug",
"-lsync=debug",
Activity