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 kzg setting in validator #4286

Merged
merged 3 commits into from
Aug 21, 2023
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 20, 2023

will be used in followup

🤖 Generated by Copilot at 850d5a4

Add KZG proof validation for blob transactions in transaction-pool. This enables the pool to accept and relay transactions that use the new Cancun network feature.

@mattsse mattsse added M-changelog This change should be included in the changelog A-tx-pool Related to the transaction mempool M-eip This change relates to the implementation of an EIP labels Aug 20, 2023
@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Merging #4286 (5fc9e3d) into main (7f9116b) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

Files Changed Coverage Δ
crates/transaction-pool/src/validate/eth.rs 0.00% <0.00%> (ø)

... and 12 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.87% <0.00%> (-0.01%) ⬇️
unit-tests 63.76% <0.00%> (-0.01%) ⬇️

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

Components Coverage Δ
reth binary 26.12% <ø> (ø)
blockchain tree 82.56% <ø> (ø)
pipeline 90.07% <ø> (ø)
storage (db) 74.77% <ø> (ø)
trie 94.81% <ø> (-0.04%) ⬇️
txpool 49.02% <0.00%> (-0.08%) ⬇️
networking 77.48% <ø> (+0.02%) ⬆️
rpc 58.70% <ø> (-0.06%) ⬇️
consensus 63.53% <ø> (ø)
revm 32.03% <ø> (ø)
payload builder 6.82% <ø> (ø)
primitives 85.94% <ø> (-0.01%) ⬇️

@mattsse mattsse added this pull request to the merge queue Aug 21, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 21, 2023
@onbjerg onbjerg added this pull request to the merge queue Aug 21, 2023
Merged via the queue into main with commit e45a0d3 Aug 21, 2023
24 checks passed
@onbjerg onbjerg deleted the matt/integrate-kzg-settings branch August 21, 2023 12:46
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 M-eip This change relates to the implementation of an EIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants