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

starknet_subscribeTransactionStatus websocket method #2210

Merged
merged 1 commit into from
Jan 3, 2025

Add `starknet_subscribeTransactionStatus`

62526ce
Select commit
Loading
Failed to load commit list.
Merged

starknet_subscribeTransactionStatus websocket method #2210

Add `starknet_subscribeTransactionStatus`
62526ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 1s

74.59% (target 70.00%)

View this Pull Request on Codecov

74.59% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.28571% with 36 lines in your changes missing coverage. Please review.

Project coverage is 74.59%. Comparing base (c43ebbc) to head (62526ce).

Files with missing lines Patch % Lines
rpc/subscriptions.go 73.68% 22 Missing and 8 partials ⚠️
blockchain/blockchain.go 66.66% 2 Missing and 1 partial ⚠️
rpc/transaction.go 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2210      +/-   ##
==========================================
+ Coverage   74.58%   74.59%   +0.01%     
==========================================
  Files         110      110              
  Lines       11771    11895     +124     
==========================================
+ Hits         8779     8873      +94     
- Misses       2317     2335      +18     
- Partials      675      687      +12     

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