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

Add endpoint ChanUpgradeAck #3715

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

DimitrisJim
Copy link
Contributor

Description

closes: #3685

Commit Message / Changelog Entry

Add endpoint.ChanUpgradeAck

see the guidelines for commit messages. (view raw markdown for examples)


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.

@DimitrisJim DimitrisJim changed the title Add endpoint chanupgradeack Add endpoint ChanUpgradeAck May 31, 2023
@DimitrisJim DimitrisJim linked an issue May 31, 2023 that may be closed by this pull request
3 tasks
testing/endpoint.go Outdated Show resolved Hide resolved
@DimitrisJim DimitrisJim force-pushed the jim/add-endpoint-chanupgradeack branch from 305f177 to c120ba8 Compare June 1, 2023 17:07
@DimitrisJim DimitrisJim marked this pull request as ready for review June 1, 2023 17:41
@DimitrisJim
Copy link
Contributor Author

This can go before #3731 or after. I'll rebase either/or and fix the calls here.

Copy link
Contributor

@charleenfei charleenfei left a comment

Choose a reason for hiding this comment

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

prelim ACK, after rebasing on #3731

@DimitrisJim DimitrisJim force-pushed the jim/add-endpoint-chanupgradeack branch from c120ba8 to f1265af Compare June 5, 2023 21:03
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Nice one @DimitrisJim, lgtm! Really nice to have small clean PRs that can fly through the review process ❤️

@DimitrisJim DimitrisJim merged commit 83115e0 into 04-channel-upgrades Jun 6, 2023
@DimitrisJim DimitrisJim deleted the jim/add-endpoint-chanupgradeack branch June 6, 2023 11:30
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.

Add endpoint.ChanUpgradeAck function
4 participants