Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

feat(repo): implement EIP-4844 in client #526

Merged
merged 90 commits into from
Feb 17, 2024
Merged

feat(repo): implement EIP-4844 in client #526

merged 90 commits into from
Feb 17, 2024

Conversation

davidtaikocha
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Attention: 226 lines in your changes are missing coverage. Please review.

Comparison is base (6fefa6e) 54.77% compared to head (d9f492d) 53.20%.

Files Patch % Lines
proposer/proposer.go 12.71% 98 Missing and 5 partials ⚠️
pkg/rpc/tx_blob.go 37.32% 84 Missing and 5 partials ⚠️
pkg/rpc/methods.go 0.00% 11 Missing ⚠️
pkg/rpc/ethclient.go 0.00% 10 Missing ⚠️
driver/chain_syncer/calldata/syncer.go 61.53% 2 Missing and 3 partials ⚠️
pkg/rpc/client.go 33.33% 3 Missing and 1 partial ⚠️
pkg/txlistvalidator/tx_list_validator.go 33.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #526      +/-   ##
==========================================
- Coverage   54.77%   53.20%   -1.58%     
==========================================
  Files          44       45       +1     
  Lines        5524     5795     +271     
==========================================
+ Hits         3026     3083      +57     
- Misses       2176     2379     +203     
- Partials      322      333      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davidtaikocha davidtaikocha changed the base branch from main to use-state-root February 14, 2024 15:28
Base automatically changed from use-state-root to main February 15, 2024 01:54
@davidtaikocha davidtaikocha marked this pull request as ready for review February 15, 2024 01:54
Copy link
Contributor

@mask-pp mask-pp left a comment

Choose a reason for hiding this comment

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

LGTM

@davidtaikocha davidtaikocha enabled auto-merge (squash) February 17, 2024 01:37
@davidtaikocha davidtaikocha merged commit 103cad2 into main Feb 17, 2024
4 checks passed
@davidtaikocha davidtaikocha deleted the eip4844 branch February 17, 2024 01:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement EIP-4844 Proto-Danksharding on client side
2 participants