Skip to content

update parachain node: testing fork-aware txpool #109

Closed
@michalkucharczyk

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions