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's getStorageProof rpc method #2194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

getStorageProof rpc method

7e56c76
Select commit
Loading
Failed to load commit list.
Open

Starknet's getStorageProof rpc method #2194

getStorageProof rpc method
7e56c76
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

74.47% (target 70.00%)

View this Pull Request on Codecov

74.47% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.43860% with 70 lines in your changes missing coverage. Please review.

Project coverage is 74.47%. Comparing base (eb1f2ca) to head (7e56c76).

Files with missing lines Patch % Lines
rpc/storage.go 87.76% 16 Missing and 7 partials ⚠️
core/trie/proofset.go 0.00% 22 Missing ⚠️
core/state.go 34.37% 15 Missing and 6 partials ⚠️
blockchain/blockchain.go 62.50% 2 Missing and 1 partial ⚠️
core/trie/node.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2194      +/-   ##
==========================================
+ Coverage   74.33%   74.47%   +0.14%     
==========================================
  Files         110      112       +2     
  Lines       11531    11785     +254     
==========================================
+ Hits         8571     8777     +206     
- Misses       2290     2330      +40     
- Partials      670      678       +8     

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