-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fatxpool: limits handling optimizations and fixes
#8596
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
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
7ee1652
tokio rwlock + sync code bridge
michalkucharczyk 2153a5d
wip: new async trackedmap
michalkucharczyk 32caa5e
report_invalid is async now
michalkucharczyk 2650303
clean-up + HRTB fun
michalkucharczyk b2f6764
debug_assert enabled
michalkucharczyk d6418fb
sync <> async bridghe + todos cleanup
michalkucharczyk d4275bf
rename
michalkucharczyk d0e28a3
tracked_map: removed unused methods
michalkucharczyk 6d5c3e9
transaction-network: consts updated
michalkucharczyk a507ff8
FullChainApi: async_trait used, tokio locking primitives
michalkucharczyk 8c71aaf
ChainAPi: async_trait + fixes
michalkucharczyk f3292bb
tx_mem_pool: limit adjusted to x2
michalkucharczyk 7c57cd8
view_store: most_recent_view is a ref to view now
michalkucharczyk d563da9
view_store: apply_pending_tx_replacements bug fix
michalkucharczyk 9ead46d
debug levels adjusted
michalkucharczyk 74dafae
fatp: most_recent_view is a view ref
michalkucharczyk 9cbffa2
VadlidationFuture removed
michalkucharczyk c1570e3
fatp: self review cleanup
michalkucharczyk 4870135
tests: blocking tasks spawned
michalkucharczyk 1cf3616
view_store: doc
michalkucharczyk 6caa9d8
sliding_stat helper added
michalkucharczyk cf1f050
fatp: stats added
michalkucharczyk 1b71082
fatp: attempt_transaction_replacement_inner_inner -> post_attempt_tra…
michalkucharczyk e8ac935
submit_and_watch + submit_at -> inner versions
michalkucharczyk addf0de
dropped stats
michalkucharczyk b025e5c
common: validate tx api stats
michalkucharczyk 35d1097
more stats added
michalkucharczyk 4d66dfc
fix
michalkucharczyk 69dfbc3
instrument macro added
michalkucharczyk 48fa685
debugs
michalkucharczyk 0f29287
ChainApi: ValidateTransactionPriority added
michalkucharczyk ac8feb3
transaction-network: consts updated - 2
michalkucharczyk 860ed1f
tx_mem_pool: limit multiplier removed
michalkucharczyk 5ebd88f
doc fix
michalkucharczyk 2c6e0c5
Revert "transaction-network: consts updated - 2"
michalkucharczyk 045bc6d
Revert "transaction-network: consts updated"
michalkucharczyk 1387f9f
Merge remote-tracking branch 'origin/master' into mku-txpool-limits-fix
michalkucharczyk 113bf22
post merge fix
michalkucharczyk e963dba
Cargo.lock
michalkucharczyk abd9a58
fatp: ready_at_light: better debug
michalkucharczyk 0bf0b96
txpoolstat target added
michalkucharczyk 1e7cbb3
mempool: send to view is now throttled
michalkucharczyk 5f1bacc
maintain queue is used for revalidation / pending replacements
michalkucharczyk a25d50b
revalidation: debugs
michalkucharczyk 030a857
Apply suggestions from code review
michalkucharczyk b11cf8e
Merge remote-tracking branch 'origin/master' into mku-txpool-limits-fix
michalkucharczyk 90c54c2
Revert "report_invalid is async now"
michalkucharczyk a7e70e0
Update from github-actions[bot] running command 'prdoc --bump minor -…
github-actions[bot] 2ef575d
Update prdoc/pr_8596.prdoc
michalkucharczyk 0714273
Update prdoc/pr_8596.prdoc
michalkucharczyk 71c5ce7
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 48eed5f
fix
michalkucharczyk 86be44a
clippy happy now
michalkucharczyk 2b36584
Revert "TransactionPool::ChainApi is now async"
michalkucharczyk ad943a8
format
michalkucharczyk 5eb0413
ValidateTransactionPriority: doc
michalkucharczyk 8201098
tx_mem_pool_map: naming fixed
michalkucharczyk 870147a
fixing ChainApi revert
michalkucharczyk be46fff
tx_mem_pool_map: derive(Ord,PartialOrd)
michalkucharczyk 67ee638
spelling
michalkucharczyk 0dcb0ac
fmt
michalkucharczyk dab9113
comment added: 8912
michalkucharczyk ad3c17e
todo comment removed
michalkucharczyk 9da6712
Merge branch 'master' into mku-txpool-limits-fix
michalkucharczyk 13c7cc6
txmempool: sync bridge note added
michalkucharczyk a069036
rust doc
michalkucharczyk 2aa0670
Merge remote-tracking branch 'origin/master' into mku-txpool-limits-fix
michalkucharczyk 1bd13ed
random md fixed
michalkucharczyk 4fc51f5
Merge branch 'master' into mku-txpool-limits-fix
michalkucharczyk 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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`: limits handling optimizations and fixes' | ||
| doc: | ||
| - audience: Node Dev | ||
| description: |- | ||
| This PR adds some optimization and fixes in handling limits in fork-aware transaction pool. | ||
| crates: | ||
| - name: sc-transaction-pool | ||
| bump: minor |
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.
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.