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
0fad26c4
Verified
Commit
0fad26c4
authored
2 months ago
by
Michal Kucharczyk
Browse files
Options
Downloads
Patches
Plain Diff
wording
parent
8af640f0
No related merge requests found
Pipeline
#511379
waiting for manual action with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/client/transaction-pool/src/fork_aware_txpool/view_store.rs
+7
-4
7 additions, 4 deletions
...ient/transaction-pool/src/fork_aware_txpool/view_store.rs
with
7 additions
and
4 deletions
substrate/client/transaction-pool/src/fork_aware_txpool/view_store.rs
+
7
−
4
View file @
0fad26c4
...
...
@@ -667,14 +667,17 @@ where
/// also will not be banned. No event will be triggered.
///
/// For other errors, the transaction will be removed from the pool, and it will be included in
/// the returned vector. If the tuple's error is None, the transaction will be forcibly removed
/// from the pool. It will be included in the returned vector. Additionally transactions
/// the returned vector. It will be included in the returned vector. Additionally transactions
/// provided as input will be banned from re-entering the pool.
///
/// For every transaction removed from the pool an Invalid event is triggered.
/// If the tuple's error is None, the transaction will be forcibly removed from the pool,
/// banned and included into the returned vector.
///
/// For every transaction removed from the pool (including descendants) an Invalid event is
/// triggered.
///
/// Returns the list of actually removed transactions, which may include transactions dependent
/// on provided set.
/// on
the
provided set.
pub
(
crate
)
fn
report_invalid
(
&
self
,
at
:
Option
<
Block
::
Hash
>
,
...
...
This diff is collapsed.
Click to expand it.
Michal Kucharczyk
@michalkucharczyk
mentioned in commit
c94df1bc
·
1 month ago
mentioned in commit
c94df1bc
mentioned in commit c94df1bc1be2203f5bc8aa960b0b46a44d97d120
Toggle commit list
Michal Kucharczyk
@michalkucharczyk
mentioned in commit
c546e08c
·
4 weeks ago
mentioned in commit
c546e08c
mentioned in commit c546e08c5a4b302cf86d51425c370588e59f89ed
Toggle commit list
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