Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
897a91e4
Verified
Commit
897a91e4
authored
5 months ago
by
Michal Kucharczyk
Browse files
Options
Downloads
Patches
Plain Diff
prdoc update
parent
545d28c5
No related merge requests found
Pipeline
#500837
waiting for manual action with stages
in 37 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prdoc/pr_4639.prdoc
+8
-2
8 additions, 2 deletions
prdoc/pr_4639.prdoc
with
8 additions
and
2 deletions
prdoc/pr_4639.prdoc
+
8
−
2
View file @
897a91e4
...
...
@@ -4,8 +4,14 @@ doc:
- audience: Node Dev
description: |
Most important changes introduced by this PR:
- The transaction pool references spread across codebase can now be Unsized allowing to use trait object,
- New command line option was added allowing to select implementation of transaction pool:
- The transaction pool references spread across codebase are now wrapper to a transaction pool trait object,
- The fork-aware pool implementation was added.
- The `sc-transaction-pool` refactored,
- Trasnaction pool builder was introduced to allow to instantiation of either old or new transaction pool. Refer to PR description for
more details on how to enable fork-aware pool in the custom node.
- audience: Node Operator
description: |
- New command line option was added, allowing to select implementation of transaction pool:
- `--pool-type=fork-aware` - new fork aware transaction pool,
- `--pool-type=single-state` - old transaction pool implementation which is still default,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment