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

40.90% of diff hit (target 63.76%)

View this Pull Request on Codecov

40.90% of diff hit (target 63.76%)

Annotations

Check warning on line 71 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L64-L71

Added lines #L64 - L71 were not covered by tests

Check warning on line 87 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L81-L87

Added lines #L81 - L87 were not covered by tests

Check warning on line 185 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 195 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 212 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 223 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L223

Added line #L223 was not covered by tests

Check warning on line 233 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L232-L233

Added lines #L232 - L233 were not covered by tests

Check warning on line 243 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L243

Added line #L243 was not covered by tests

Check warning on line 143 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L143

Added line #L143 was not covered by tests

Check warning on line 56 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L56

Added line #L56 was not covered by tests

Check warning on line 100 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 102 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L102

Added line #L102 was not covered by tests

Check warning on line 118 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L118

Added line #L118 was not covered by tests

Check warning on line 155 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L155

Added line #L155 was not covered by tests

Check warning on line 157 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L157

Added line #L157 was not covered by tests

Check warning on line 162 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L162

Added line #L162 was not covered by tests

Check warning on line 172 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L170-L172

Added lines #L170 - L172 were not covered by tests

Check warning on line 174 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L174

Added line #L174 was not covered by tests

Check warning on line 176 in ibc-core/ics23-commitment/types/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-core/ics23-commitment/types/src/merkle.rs#L176

Added line #L176 was not covered by tests