NethermindEth / juno

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

Implement starknet_getMessageStatus #2184

Closed rianhughes closed 1 week ago

rianhughes commented 2 months ago

closes https://github.com/NethermindEth/juno/issues/2178

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 68.30601% with 58 lines in your changes missing coverage. Please review.

Project coverage is 75.29%. Comparing base (226c571) to head (c7dfcb9). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
rpc/l1.go 72.72% 12 Missing and 6 partials :warning:
migration/migration.go 74.00% 9 Missing and 4 partials :warning:
blockchain/blockchain.go 74.35% 7 Missing and 3 partials :warning:
l1/eth_subscriber.go 10.00% 9 Missing :warning:
rpc/handlers.go 75.00% 2 Missing and 1 partial :warning:
l1/l1.go 0.00% 2 Missing :warning:
rpc/transaction.go 0.00% 2 Missing :warning:
node/node.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2184 +/- ## ========================================== - Coverage 75.40% 75.29% -0.11% ========================================== Files 106 107 +1 Lines 11237 11392 +155 ========================================== + Hits 8473 8578 +105 - Misses 2128 2166 +38 - Partials 636 648 +12 ```

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


🚨 Try these New Features:

rianhughes commented 2 weeks ago

The above changes LGTM