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

EIP-4844 support #2000

Merged
merged 10 commits into from
Feb 13, 2024

load lib fix and simplification

e199d7f
Select commit
Loading
Failed to load commit list.
Merged

EIP-4844 support #2000

load lib fix and simplification
e199d7f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

68.94% (+0.28%) compared to 36d778b

View this Pull Request on Codecov

68.94% (+0.28%) compared to 36d778b

Details

Codecov Report

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

Comparison is base (36d778b) 68.65% compared to head (e199d7f) 68.94%.

Files Patch % Lines
...web3j/crypto/transaction/type/Transaction4844.java 85.41% 12 Missing and 2 partials ⚠️
crypto/src/main/java/org/web3j/crypto/Blob.java 30.76% 9 Missing ⚠️
...src/main/java/org/web3j/crypto/RawTransaction.java 66.66% 2 Missing ⚠️
...main/java/org/web3j/crypto/TransactionDecoder.java 96.49% 1 Missing and 1 partial ⚠️
...ypto/src/main/java/org/web3j/crypto/BlobUtils.java 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2000      +/-   ##
============================================
+ Coverage     68.65%   68.94%   +0.28%     
- Complexity     3040     3087      +47     
============================================
  Files           490      493       +3     
  Lines         12715    12911     +196     
  Branches       1653     1661       +8     
============================================
+ Hits           8730     8902     +172     
- Misses         3501     3522      +21     
- Partials        484      487       +3     

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