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 getProof and verifyProof on trie #1852

Merged
merged 33 commits into from
May 13, 2024

Merge branch 'main' into rianhughes/trie-proof2

5e9b75b
Select commit
Loading
Failed to load commit list.
Merged

implement getProof and verifyProof on trie #1852

Merge branch 'main' into rianhughes/trie-proof2
5e9b75b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 13, 2024 in 0s

82.30% of diff hit (target 60.00%)

View this Pull Request on Codecov

82.30% of diff hit (target 60.00%)

Annotations

Check warning on line 28 in core/trie/key.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/key.go#L28

Added line #L28 was not covered by tests

Check warning on line 140 in core/trie/key.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/key.go#L140

Added line #L140 was not covered by tests

Check warning on line 28 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 83 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L83

Added line #L83 was not covered by tests

Check warning on line 87 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L87

Added line #L87 was not covered by tests

Check warning on line 121 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L121

Added line #L121 was not covered by tests

Check warning on line 131 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L131

Added line #L131 was not covered by tests

Check warning on line 153 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L153

Added line #L153 was not covered by tests

Check warning on line 161 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L161

Added line #L161 was not covered by tests

Check warning on line 166 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L166

Added line #L166 was not covered by tests

Check warning on line 173 in core/trie/proof.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/trie/proof.go#L173

Added line #L173 was not covered by tests