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

Implement starknet_getStorageProof RPC #2383

Merged
merged 11 commits into from
Jan 23, 2025

update panic reason

f800ba6
Select commit
Loading
Failed to load commit list.
Merged

Implement starknet_getStorageProof RPC #2383

update panic reason
f800ba6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 1s

74.55% (target 70.00%)

View this Pull Request on Codecov

74.55% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 72.54098% with 67 lines in your changes missing coverage. Please review.

Project coverage is 74.55%. Comparing base (21f442f) to head (f800ba6).

Files with missing lines Patch % Lines
rpc/storage.go 72.87% 34 Missing and 17 partials ⚠️
core/state_snapshot.go 0.00% 6 Missing ⚠️
sync/pending.go 0.00% 6 Missing ⚠️
core/state.go 77.77% 2 Missing ⚠️
utils/slices.go 85.71% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2383      +/-   ##
==========================================
- Coverage   74.74%   74.55%   -0.20%     
==========================================
  Files         111      111              
  Lines       12581    12792     +211     
==========================================
+ Hits         9404     9537     +133     
- Misses       2480     2536      +56     
- Partials      697      719      +22     

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