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/relayedv3 #6632

Open
wants to merge 44 commits into
base: rc/spica-patch-relayedv3
Choose a base branch
from

Merge pull request #6687 from multiversx/fix_receipts_hash_mismatch

3b3e5cd
Select commit
Loading
Failed to load commit list.
Open

Feat/relayedv3 #6632

Merge pull request #6687 from multiversx/fix_receipts_hash_mismatch
3b3e5cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 20, 2024 in 0s

78.63% (-0.06%) compared to 98a029a

View this Pull Request on Codecov

78.63% (-0.06%) compared to 98a029a

Details

Codecov Report

Attention: Patch coverage is 67.39659% with 134 lines in your changes missing coverage. Please review.

Project coverage is 78.63%. Comparing base (98a029a) to head (3b3e5cd).
Report is 17 commits behind head on rc/spica-patch-relayedv3.

Files with missing lines Patch % Lines
process/smartContract/processorV2/processV2.go 69.76% 21 Missing and 5 partials ⚠️
process/transaction/baseProcess.go 39.53% 15 Missing and 11 partials ⚠️
node/node.go 32.00% 12 Missing and 5 partials ⚠️
process/transaction/shardProcess.go 73.43% 10 Missing and 7 partials ⚠️
...external/transactionAPI/apiTransactionProcessor.go 33.33% 5 Missing and 3 partials ⚠️
node/external/transactionAPI/unmarshaller.go 33.33% 4 Missing and 4 partials ⚠️
process/transaction/interceptedTransaction.go 80.95% 4 Missing and 4 partials ⚠️
process/dataValidators/txValidator.go 78.12% 6 Missing and 1 partial ⚠️
.../external/transactionAPI/gasUsedAndFeeProcessor.go 75.00% 2 Missing and 3 partials ⚠️
process/economics/economicsData.go 50.00% 2 Missing and 2 partials ⚠️
... and 4 more
Additional details and impacted files
@@                     Coverage Diff                      @@
##           rc/spica-patch-relayedv3    #6632      +/-   ##
============================================================
- Coverage                     78.68%   78.63%   -0.06%     
============================================================
  Files                           755      756       +1     
  Lines                         99368    99641     +273     
============================================================
+ Hits                          78188    78349     +161     
- Misses                        15900    15976      +76     
- Partials                       5280     5316      +36     

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