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: cw wasm light client #754

Merged

Conversation

ibrizsabin
Copy link
Collaborator

@ibrizsabin ibrizsabin commented Sep 27, 2023

Description

Commit Message

feat: cw wasm light client

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines
  • I have added version bump label on PR.

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@github-actions github-actions bot added documentation Improvements or additions to documentation scripts labels Sep 27, 2023
@ibrizsabin ibrizsabin self-assigned this Oct 2, 2023
@ibrizsabin ibrizsabin added Feature bump:minor and removed documentation Improvements or additions to documentation scripts labels Oct 2, 2023
@github-actions github-actions bot added documentation Improvements or additions to documentation scripts labels Oct 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2023

Codecov Report

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

Project coverage is 76.84%. Comparing base (c277c32) to head (25ee4a9).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #754      +/-   ##
============================================
+ Coverage     76.28%   76.84%   +0.56%     
+ Complexity      418      409       -9     
============================================
  Files           155      157       +2     
  Lines         14447    14237     -210     
  Branches        292      288       -4     
============================================
- Hits          11021    10941      -80     
+ Misses         3279     3147     -132     
- Partials        147      149       +2     
Flag Coverage Δ
rust 76.12% <69.38%> (+0.69%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...osmwasm-vm/cw-ibc-core/src/ics02_client/handler.rs 97.91% <100.00%> (+<0.01%) ⬆️
...-vm/cw-ibc-core/src/ics03_connection/connection.rs 94.07% <100.00%> (+2.40%) ⬆️
...asm-vm/cw-ibc-core/src/ics03_connection/handler.rs 100.00% <100.00%> (ø)
...smwasm-vm/cw-ibc-core/src/ics04_channel/handler.rs 100.00% <100.00%> (ø)
...c-core/src/ics04_channel/packet/acknowledgement.rs 97.52% <100.00%> (ø)
...bc-core/src/ics04_channel/packet/receive_packet.rs 97.72% <100.00%> (+0.02%) ⬆️
...w-ibc-core/src/ics04_channel/packet/send_packet.rs 100.00% <100.00%> (ø)
...-core/src/ics04_channel/packet/timeout_on_close.rs 100.00% <100.00%> (ø)
...ts/cosmwasm-vm/cw-icon-light-client/src/context.rs 100.00% <100.00%> (ø)
...s/cosmwasm-vm/cw-icon-light-client/src/contract.rs 66.01% <ø> (-0.09%) ⬇️
... and 15 more

... and 21 files with indirect coverage changes

Copy link
Collaborator

@AntonAndell AntonAndell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initial review, looks good. Going to do another pass later which compares to our current client doc.

Copy link
Collaborator

@nightowl121 nightowl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@ibrizsabin ibrizsabin changed the base branch from main to feature/wasm-lightclient-ibc-changes May 15, 2024 05:21
@github-actions github-actions bot added the cicd label May 15, 2024
@ibrizsabin ibrizsabin merged commit 9d25c2e into feature/wasm-lightclient-ibc-changes May 15, 2024
8 checks passed
@ibrizsabin ibrizsabin deleted the feat/cw-wasm-light-client branch May 15, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:minor cicd documentation Improvements or additions to documentation Feature scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hopchain - Relay and Lightclient Integration Lightclient translation
7 participants