NethermindEth / juno

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

starknet_subscribeTransactionStatus websocket method #2210

Open pnowosie opened 1 month ago

pnowosie commented 1 month ago

Fixes #2209 This is based on #2211

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 54.28571% with 160 lines in your changes missing coverage. Please review.

Project coverage is 74.81%. Comparing base (3f7639e) to head (b617595).

Files with missing lines Patch % Lines
rpc/events.go 46.07% 136 Missing and 15 partials :warning:
jsonrpc/server.go 64.28% 4 Missing and 1 partial :warning:
sync/sync.go 87.09% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2210 +/- ## ========================================== - Coverage 75.45% 74.81% -0.65% ========================================== Files 106 106 Lines 11237 11565 +328 ========================================== + Hits 8479 8652 +173 - Misses 2124 2258 +134 - Partials 634 655 +21 ```

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