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

feat: integrate blobstore in validator #4273

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 18, 2023

integrate blobstore into eth validator

it's fine to box this because we only ever use this for re-injected blob transactions

@mattsse mattsse requested a review from onbjerg as a code owner August 18, 2023 18:30
@mattsse mattsse added M-changelog This change should be included in the changelog A-tx-pool Related to the transaction mempool labels Aug 18, 2023
@mattsse mattsse requested a review from Rjected August 18, 2023 18:30
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #4273 (479cfa4) into main (6077edf) will decrease coverage by 0.06%.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

Impacted file tree graph

Files Changed Coverage Δ
bin/reth/src/node/mod.rs 11.81% <0.00%> (-0.04%) ⬇️
crates/transaction-pool/src/blobstore/mod.rs 0.00% <ø> (ø)
crates/transaction-pool/src/lib.rs 41.31% <ø> (ø)
crates/transaction-pool/src/validate/eth.rs 0.00% <0.00%> (ø)
crates/transaction-pool/src/validate/task.rs 0.00% <0.00%> (ø)

... and 10 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.84% <0.00%> (-0.02%) ⬇️
unit-tests 63.75% <0.00%> (-0.05%) ⬇️

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

Components Coverage Δ
reth binary 26.12% <0.00%> (-0.01%) ⬇️
blockchain tree 82.56% <ø> (ø)
pipeline 90.07% <ø> (ø)
storage (db) 74.77% <ø> (ø)
trie 94.85% <ø> (ø)
txpool 48.81% <0.00%> (-0.11%) ⬇️
networking 77.49% <ø> (-0.20%) ⬇️
rpc 58.64% <ø> (ø)
consensus 63.53% <ø> (ø)
revm 32.03% <ø> (ø)
payload builder 6.82% <ø> (ø)
primitives 85.94% <ø> (-0.03%) ⬇️

Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattsse mattsse added this pull request to the merge queue Aug 18, 2023
Merged via the queue into main with commit cbf3eb4 Aug 18, 2023
24 checks passed
@mattsse mattsse deleted the matt/integrate-blob-store-in-validator branch August 18, 2023 21:03
PlamenHristov pushed a commit to PlamenHristov/reth that referenced this pull request Aug 19, 2023
alessandromazza98 pushed a commit to alessandromazza98/reth that referenced this pull request Aug 19, 2023
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 M-changelog This change should be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants