-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fatxpool: add fallback for ready at light
#8533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
iulianbarbu
merged 33 commits into
paritytech:master
from
iulianbarbu:ib-add-fallback-for-ready-at-light
May 22, 2025
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
aa5bea3
add ready_at_light fallback
iulianbarbu b54e528
update test
iulianbarbu 9e4b754
improve comment
iulianbarbu be1d112
fix comment
iulianbarbu a42f414
Update from github-actions[bot] running command 'prdoc'
github-actions[bot] 489e1c9
fix prdoc
iulianbarbu 475ae31
Merge branch 'master' into ib-add-fallback-for-ready-at-light
iulianbarbu 67bc04f
try another prdoc fix
iulianbarbu 83f970b
revert old test and create a new one
iulianbarbu 6c0b382
add missing assert
iulianbarbu 9a29656
Update substrate/client/transaction-pool/src/fork_aware_txpool/fork_a…
iulianbarbu 87418e1
Merge branch 'master' into ib-add-fallback-for-ready-at-light
iulianbarbu 6727942
refactor the ready_at_light best view search
iulianbarbu b858a23
adjust docs
iulianbarbu c2e0bd9
Update from github-actions[bot] running command 'fmt'
github-actions[bot] ebc78b0
Update prdoc/pr_8533.prdoc
iulianbarbu eae2c1d
Update substrate/client/transaction-pool/src/fork_aware_txpool/fork_a…
iulianbarbu 5940d41
Update substrate/client/transaction-pool/src/fork_aware_txpool/fork_a…
iulianbarbu 3a1d6be
Merge branch 'master' into ib-add-fallback-for-ready-at-light
iulianbarbu d11101e
polish iterating through enacted blocks
iulianbarbu ebcf7aa
fix comment
iulianbarbu fbd6669
Merge branch 'master' into ib-add-fallback-for-ready-at-light
iulianbarbu 64d0e7a
fix build error
iulianbarbu ccc8cf2
Update substrate/client/transaction-pool/tests/fatp.rs
iulianbarbu 1fe3507
Update substrate/client/transaction-pool/src/fork_aware_txpool/mod.rs
iulianbarbu 9d47e15
more polishing after review
iulianbarbu 5d7c1fb
more polishing
iulianbarbu ee17e1e
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 897ddfb
tests polishing
iulianbarbu 15afbb3
return most recent view ready txs if finalized block number can't be …
iulianbarbu f0bc263
one more round of polish
iulianbarbu 2570fa3
address nit
iulianbarbu a9a337d
address basti comments
iulianbarbu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| title: '`fatxpool`: add fallback for ready at light' | ||
| doc: | ||
| - audience: Node Dev | ||
| description: | | ||
| Add fallback for `ready_at_light` for the case of not finding a best view that can be used to return a set of ready transactions. Optimised as well how the best view is searched. | ||
| crates: | ||
| - name: sc-transaction-pool | ||
| bump: major |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.