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

refactor(api)!: remove exported.CounterpartyChannelI interface #5744

Merged
merged 6 commits into from
Jan 29, 2024

Conversation

colin-axner
Copy link
Contributor

Description

More code cleanup

closes: #XXXX

Commit Message / Changelog Entry

type: commit message

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 the 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 colin-axner added the type: code hygiene Clean up code but without changing functionality or interfaces label Jan 25, 2024
Copy link
Contributor

@DimitrisJim DimitrisJim left a comment

Choose a reason for hiding this comment

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

lgtm pending CI picking up any stale references

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.

🚀

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (310a4bd) 81.49% compared to head (d59489e) 81.53%.
Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5744      +/-   ##
==========================================
+ Coverage   81.49%   81.53%   +0.04%     
==========================================
  Files         199      199              
  Lines       15203    15216      +13     
==========================================
+ Hits        12389    12406      +17     
+ Misses       2348     2344       -4     
  Partials      466      466              
Files Coverage Δ
modules/apps/transfer/keeper/relay.go 90.94% <100.00%> (ø)
modules/core/04-channel/keeper/keeper.go 90.84% <100.00%> (+0.06%) ⬆️
modules/core/04-channel/keeper/upgrade.go 92.52% <100.00%> (+0.21%) ⬆️
modules/core/04-channel/types/channel.go 100.00% <ø> (+6.15%) ⬆️
modules/core/04-channel/types/codec.go 100.00% <ø> (ø)

@colin-axner colin-axner enabled auto-merge (squash) January 29, 2024 13:50
@colin-axner colin-axner merged commit 1504c46 into main Jan 29, 2024
64 checks passed
@colin-axner colin-axner deleted the colin/rm-CounterpartyI branch January 29, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: code hygiene Clean up code but without changing functionality or interfaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants