NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
372 stars 158 forks source link

Add new starknet_getBlockWithReceipts method for v0.7 #1730

Closed kirugan closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 42.90030% with 189 lines in your changes are missing coverage. Please review.

Project coverage is 72.12%. Comparing base (6499f7f) to head (12191fb).

Files Patch % Lines
rpc/handlers.go 42.85% 148 Missing and 12 partials :warning:
rpc/transaction.go 0.00% 17 Missing :warning:
rpc/block.go 0.00% 8 Missing :warning:
node/throttled_vm.go 40.00% 2 Missing and 1 partial :warning:
jsonrpc/http.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1730 +/- ## ========================================== - Coverage 75.53% 72.12% -3.42% ========================================== Files 90 90 Lines 9648 9718 +70 ========================================== - Hits 7288 7009 -279 - Misses 1830 2186 +356 + Partials 530 523 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.