ibc-rs
ibc-rs copied to clipboard
imp(testkit): integration test for packet timeout
Closes: #398
Description
- [x] Packet timeout.
- [ ] Packet timeout on channel close.
The latest branch from basecoin-rs now has non-membership proofs for its IAVL tree.
This PR adds a packet timeout scenario to our existing integration test. This exercises non-membership proof for the Tendermint light client.
PR author checklist:
- [ ] Added changelog entry, using
unclog. - [ ] Added tests.
- [ ] Linked to GitHub issue.
- [ ] Updated code comments and documentation (e.g.,
docs/). - [ ] Tagged one reviewer who will be the one responsible for shepherding this PR.
Reviewer checklist:
- [ ] Reviewed
Files changedin the GitHub PR explorer. - [ ] Manually tested (in case integration/unit/mock tests are absent).
Let's merge this only after informalsystems/basecoin-rs#141 is merged.
Codecov Report
Attention: Patch coverage is 98.22695% with 5 lines in your changes are missing coverage. Please review.
Project coverage is 67.31%. Comparing base (
4ea4dcb) to head (7787301).
Additional details and impacted files
@@ Coverage Diff @@
## main #1215 +/- ##
==========================================
+ Coverage 66.34% 67.31% +0.97%
==========================================
Files 234 234
Lines 23328 23553 +225
==========================================
+ Hits 15477 15855 +378
+ Misses 7851 7698 -153
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.