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 #3495

Closed
wants to merge 53 commits into from

Conversation

damiannolan
Copy link
Contributor

@damiannolan damiannolan commented Apr 19, 2023

Description

todo: testing crossing hellos

closes: #1623

Commit Message / Changelog Entry

NA


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.

colin-axner and others added 30 commits April 13, 2023 10:50
…e-basic-functions' into cian/issue#3451-add-verifiable-upgrade-type-and-validate-basic-functions
…it-to-use-new-upgrade-type' into charly/#3448-modify-upgrade-try
…init-to-use-new-upgrade-type' into charly/#3448-modify-upgrade-try
…init-to-use-new-upgrade-type' into charly/#3448-modify-upgrade-try
@codecov-commenter
Copy link

Codecov Report

Merging #3495 (ce01c29) into charly/#3448-modify-upgrade-try (5ae5eb4) will decrease coverage by 0.05%.
The diff coverage is 64.17%.

Additional details and impacted files

Impacted file tree graph

@@                         Coverage Diff                         @@
##           charly/#3448-modify-upgrade-try    #3495      +/-   ##
===================================================================
- Coverage                            77.85%   77.80%   -0.05%     
===================================================================
  Files                                  187      187              
  Lines                                13325    13388      +63     
===================================================================
+ Hits                                 10374    10417      +43     
- Misses                                2504     2524      +20     
  Partials                               447      447              
Impacted Files Coverage Δ
modules/core/04-channel/types/msgs.go 81.00% <ø> (-0.12%) ⬇️
modules/core/keeper/msg_server.go 42.20% <0.00%> (-1.38%) ⬇️
modules/core/04-channel/keeper/upgrade.go 85.62% <89.28%> (+0.73%) ⬆️
modules/core/04-channel/keeper/events.go 100.00% <100.00%> (ø)
modules/core/04-channel/keeper/keeper.go 91.18% <100.00%> (+0.90%) ⬆️

Base automatically changed from charly/#3448-modify-upgrade-try to 04-channel-upgrades June 7, 2023 11:18
@damiannolan
Copy link
Contributor Author

closing as diff is now wack and implementation/spec has changed

@damiannolan damiannolan closed this Jun 7, 2023
@damiannolan damiannolan deleted the damian/1623-cancel-upgrade branch December 8, 2023 10:12
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.

6 participants