Skip to content
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

fix(tx-pool) make BestTransactionsAttributes public #4870

Merged
merged 1 commit into from
Oct 1, 2023
Merged

fix(tx-pool) make BestTransactionsAttributes public #4870

merged 1 commit into from
Oct 1, 2023

Conversation

AtomicAzzaz
Copy link
Contributor

BestTransactionsAttributes should be pub since it's used as an argument of pub TransactionPool::best_transactions_with_attributes

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #4870 (fb6a3b6) into main (fd697d9) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

Files Coverage Δ
crates/transaction-pool/src/lib.rs 37.25% <ø> (ø)

... and 7 files with indirect coverage changes

Flag Coverage Δ
integration-tests 15.50% <ø> (-0.01%) ⬇️
unit-tests 62.58% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 32.27% <ø> (ø)
blockchain tree 80.44% <ø> (ø)
pipeline 88.45% <ø> (ø)
storage (db) 73.29% <ø> (ø)
trie 94.48% <ø> (-0.04%) ⬇️
txpool 49.03% <ø> (-0.48%) ⬇️
networking 76.13% <ø> (-0.03%) ⬇️
rpc 57.78% <ø> (ø)
consensus 61.06% <ø> (ø)
revm 28.53% <ø> (ø)
payload builder 8.16% <ø> (ø)
primitives 85.26% <ø> (-0.01%) ⬇️

@mattsse mattsse added this pull request to the merge queue Oct 1, 2023
@mattsse mattsse added C-debt Refactor of code section that is hard to understand or maintain A-tx-pool Related to the transaction mempool labels Oct 1, 2023
Merged via the queue into paradigmxyz:main with commit 858ea41 Oct 1, 2023
23 checks passed
@AtomicAzzaz AtomicAzzaz deleted the pub-export branch October 2, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tx-pool Related to the transaction mempool C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants