-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: cw wasm light client #754
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this 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.
contracts/cosmwasm-vm/cw-light-client-common/src/traits/query_handler.rs
Outdated
Show resolved
Hide resolved
* chore: update test coverage for ibc client * chore: improve test coverage for ibc connection
Co-authored-by: ForwardSlashBack <[email protected]>
* ci: add injectived, and neutornd binary * ci: update archwayd to v6.0.0 * ci: update archwayd to v6.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
9d25c2e
into
feature/wasm-lightclient-ibc-changes
Description
Commit Message
see the guidelines for commit messages.
Changelog Entry
Checklist