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

feat: allow custom HostFunctionsProvider in MerkleProof #1158

Merged
merged 6 commits into from
Apr 8, 2024

feat: use hash_with<H> for hashing validator sets

8b5941d
Select commit
Loading
Failed to load commit list.
Merged

feat: allow custom HostFunctionsProvider in MerkleProof #1158

feat: use hash_with<H> for hashing validator sets
8b5941d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 8, 2024 in 0s

63.86% (+0.10%) compared to 91bee67

View this Pull Request on Codecov

63.86% (+0.10%) compared to 91bee67

Details

Codecov Report

Attention: Patch coverage is 40.90909% with 39 lines in your changes are missing coverage. Please review.

Project coverage is 63.86%. Comparing base (91bee67) to head (8b5941d).

❗ Current head 8b5941d differs from pull request most recent head fdab306. Consider uploading reports for the commit fdab306 to get more accurate results

Files Patch % Lines
...lients/ics07-tendermint/src/client_state/common.rs 0.00% 25 Missing ⚠️
ibc-core/ics23-commitment/types/src/merkle.rs 0.00% 13 Missing ⚠️
ibc-clients/ics07-tendermint/types/src/header.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1158      +/-   ##
==========================================
+ Coverage   63.76%   63.86%   +0.10%     
==========================================
  Files         219      219              
  Lines       21387    21364      -23     
==========================================
+ Hits        13638    13645       +7     
+ Misses       7749     7719      -30     

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