Skip to content

added EIP1559 signed tx decoding

Codecov / codecov/project succeeded Nov 22, 2023 in 0s

68.69% (+0.24%) compared to 9ee5b4f

View this Pull Request on Codecov

68.69% (+0.24%) compared to 9ee5b4f

Details

Codecov Report

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

Comparison is base (9ee5b4f) 68.45% compared to head (c254a72) 68.69%.

Files Patch % Lines
...protocol/eea/crypto/PrivateTransactionDecoder.java 90.32% 4 Missing and 2 partials ⚠️
...rypto/transaction/type/PrivateTransaction1559.java 84.61% 5 Missing and 1 partial ⚠️
...b3j/protocol/eea/crypto/RawPrivateTransaction.java 77.27% 5 Missing ⚠️
...pto/transaction/type/LegacyPrivateTransaction.java 90.00% 4 Missing and 1 partial ⚠️
...n/java/org/web3j/tx/PrivateTransactionManager.java 20.00% 4 Missing ⚠️
.../protocol/eea/crypto/PrivateTxSignServiceImpl.java 0.00% 2 Missing ⚠️
abi/src/main/java/org/web3j/abi/TypeDecoder.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1980      +/-   ##
============================================
+ Coverage     68.45%   68.69%   +0.24%     
- Complexity     3005     3041      +36     
============================================
  Files           488      490       +2     
  Lines         12568    12715     +147     
  Branches       1643     1653      +10     
============================================
+ Hits           8603     8735     +132     
- Misses         3485     3497      +12     
- Partials        480      483       +3     

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