fatxpool: fork aware transaction pool is now default#8838
Merged
michalkucharczyk merged 6 commits intomasterfrom Jun 25, 2025
Merged
fatxpool: fork aware transaction pool is now default#8838michalkucharczyk merged 6 commits intomasterfrom
fatxpool: fork aware transaction pool is now default#8838michalkucharczyk merged 6 commits intomasterfrom
Conversation
Contributor
Author
|
/cmd prdoc --bump major --audience node_dev |
…-audience node_dev'
Contributor
Author
|
Some notes to consider before making a switch:
|
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
skunert
approved these changes
Jun 17, 2025
| description: This PR changes the default transaction pool to the fork aware implementation. The old implementation can be still used with `--pool-type=single-state` command line argument. | ||
| crates: | ||
| - name: sc-cli | ||
| bump: major |
Contributor
There was a problem hiding this comment.
I think minor is okay here.
iulianbarbu
approved these changes
Jun 22, 2025
paritytech-release-backport-bot bot
pushed a commit
that referenced
this pull request
Aug 6, 2025
This PR changes the node's default transaction pool to the fork aware implementation. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit a511802)
|
Successfully created backport PR for |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 7, 2025
This fixes the [pr_8838.prdoc](https://github.com/paritytech/polkadot-sdk/blob/cf5a24ecc5802ecf78d943f9723b6f4ccdc0ddfa/prdoc/pr_8838.prdoc#L7). I somehow forgotten to fix this [here](#8838 (comment)).
EgorPopelyaev
added a commit
that referenced
this pull request
Aug 13, 2025
Backport #8838 into `stable2506` from michalkucharczyk. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Egor_P <egor@parity.io>
2 tasks
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
This PR changes the node's default transaction pool to the fork aware implementation. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
This fixes the [pr_8838.prdoc](https://github.com/paritytech/polkadot-sdk/blob/cf5a24ecc5802ecf78d943f9723b6f4ccdc0ddfa/prdoc/pr_8838.prdoc#L7). I somehow forgotten to fix this [here](#8838 (comment)).
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the node's default transaction pool to the fork aware implementation.