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

imp(ics-07): simplify ClientType impl in cw contract #1202

Merged
merged 12 commits into from
May 3, 2024

Conversation

rnbguy
Copy link
Collaborator

@rnbguy rnbguy commented Apr 28, 2024

Closes: #1201

Description


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 changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

Copy link

codecov bot commented Apr 28, 2024

Codecov Report

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

Project coverage is 64.36%. Comparing base (87ec770) to head (a117a32).
Report is 1 commits behind head on main.

Files Patch % Lines
...nts/ics07-tendermint/cw-contract/src/entrypoint.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1202      +/-   ##
==========================================
- Coverage   64.45%   64.36%   -0.09%     
==========================================
  Files         229      228       -1     
  Lines       22055    22001      -54     
==========================================
- Hits        14215    14162      -53     
+ Misses       7840     7839       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rnbguy rnbguy force-pushed the rano/ics07/simplify-cw-client branch from 423f832 to f52197c Compare April 28, 2024 13:15
@rnbguy rnbguy force-pushed the rano/ics07/simplify-cw-client branch from f535fa1 to 4cdb0e9 Compare April 28, 2024 20:01
@rnbguy rnbguy marked this pull request as ready for review April 29, 2024 06:36
@rnbguy rnbguy added this pull request to the merge queue May 3, 2024
Merged via the queue into main with commit 4ea4dcb May 3, 2024
19 checks passed
@rnbguy rnbguy deleted the rano/ics07/simplify-cw-client branch May 3, 2024 16:32
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* impl TryFrom

* simplify Tendermint ClientType impl

* add comment

* rm Clone bound

* Implement From<ConsensusState>

* Remove unneeded dependency

* Format cargo.toml file

* nit

* update gh workflow titles

---------

Signed-off-by: Rano | Ranadeep <[email protected]>
Co-authored-by: Sean Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ics07: implement TryFrom<ConsensusState, Error = ClientError> for ConsensusStateType
2 participants