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/patch succeeded Dec 20, 2024 in 1s

75.43% of diff hit (target 60.00%)

View this Pull Request on Codecov

75.43% of diff hit (target 60.00%)

Annotations

Check warning on line 778 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L777-L778

Added lines #L777 - L778 were not covered by tests

Check warning on line 152 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L151-L152

Added lines #L151 - L152 were not covered by tests

Check warning on line 573 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L573

Added line #L573 was not covered by tests

Check warning on line 777 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L776-L777

Added lines #L776 - L777 were not covered by tests

Check warning on line 781 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L780-L781

Added lines #L780 - L781 were not covered by tests

Check warning on line 785 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L784-L785

Added lines #L784 - L785 were not covered by tests

Check warning on line 790 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L789-L790

Added lines #L789 - L790 were not covered by tests

Check warning on line 794 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L793-L794

Added lines #L793 - L794 were not covered by tests

Check warning on line 798 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L797-L798

Added lines #L797 - L798 were not covered by tests

Check warning on line 37 in core/trie/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/node.go#L37

Added line #L37 was not covered by tests

Check warning on line 24 in core/trie/proofset.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proofset.go#L21-L24

Added lines #L21 - L24 were not covered by tests

Check warning on line 33 in core/trie/proofset.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proofset.go#L27-L33

Added lines #L27 - L33 were not covered by tests

Check warning on line 41 in core/trie/proofset.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proofset.go#L36-L41

Added lines #L36 - L41 were not covered by tests

Check warning on line 48 in core/trie/proofset.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proofset.go#L44-L48

Added lines #L44 - L48 were not covered by tests

Check warning on line 37 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 196 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 218 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L217-L218

Added lines #L217 - L218 were not covered by tests

Check warning on line 224 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L223-L224

Added lines #L223 - L224 were not covered by tests

Check warning on line 239 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 243 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 266 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L265-L266

Added lines #L265 - L266 were not covered by tests

Check warning on line 280 in rpc/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/storage.go#L279-L280

Added lines #L279 - L280 were not covered by tests