cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
182 stars 74 forks source link

imp: make custom `Validation/ExecutionContext` under ICS-07 usable by any light clients #1166

Closed Farhad-Shabani closed 2 months ago

Farhad-Shabani commented 2 months ago

Closes: #1163

Step before: #1167


PR author checklist:

Reviewer checklist:

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 63.79%. Comparing base (c659e21) to head (278c609).

Files Patch % Lines
...nts/ics07-tendermint/src/client_state/execution.rs 68.75% 5 Missing :warning:
...ts/ics07-tendermint/src/client_state/validation.rs 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1166 +/- ## ======================================= Coverage 63.79% 63.79% ======================================= Files 219 219 Lines 21391 21389 -2 ======================================= - Hits 13647 13646 -1 + Misses 7744 7743 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.