Skip to content

update parachain node: testing fork-aware txpool #109

@michalkucharczyk

Description

@michalkucharczyk

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",

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions