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

adding ChanUpgradeCancel implementation #3387

Conversation

damiannolan
Copy link
Contributor

Description

Adding the implementation for ChanUpgradeCancel

closes: #1623


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2023

Codecov Report

Merging #3387 (d8f9214) into cian/issue#1619-implement-channelupgradetry-functionality-for-04-channel (7f7c399) will decrease coverage by 0.08%.
The diff coverage is 60.00%.

Additional details and impacted files

Impacted file tree graph

@@                                             Coverage Diff                                              @@
##           cian/issue#1619-implement-channelupgradetry-functionality-for-04-channel    #3387      +/-   ##
============================================================================================================
- Coverage                                                                     78.02%   77.95%   -0.08%     
============================================================================================================
  Files                                                                           186      186              
  Lines                                                                         13326    13385      +59     
============================================================================================================
+ Hits                                                                          10398    10434      +36     
- Misses                                                                         2481     2503      +22     
- Partials                                                                        447      448       +1     
Impacted Files Coverage Δ
modules/core/keeper/msg_server.go 43.36% <0.00%> (-1.46%) ⬇️
modules/core/04-channel/keeper/upgrade.go 84.41% <92.30%> (+1.60%) ⬆️

@damiannolan
Copy link
Contributor Author

This just needs some additional test cases for crossing hellos and to add events. I can pick this up when I am back.

@damiannolan
Copy link
Contributor Author

Closing this and will port it to a different PR refactors

@damiannolan damiannolan deleted the damian/1623-chan-upgrade-cancellation branch December 8, 2023 10:13
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.

2 participants