-
Notifications
You must be signed in to change notification settings - Fork 646
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!: remove 24-host path function in favour of sybling key functions #7016
Conversation
@@ -1,21 +1,46 @@ | |||
package host | |||
|
|||
import "fmt" | |||
|
|||
const ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
full copy/paste from _path.go
|
||
// ChannelCapabilityPath defines the path under which capability keys associated | ||
// with a channel are stored | ||
func ChannelCapabilityPath(portID, channelID string) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ported over, will be removed in v10
…colin/6882-host-path
Quality Gate passed for 'ibc-go'Issues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for knocking this one out!
…tions (backport #7016) (#7034) * refactor!: remove 24-host path function in favour of sybling key functions (#7016) * refactor: remove all Path functions from 24-host in favour of Key functions * docs: migration + changelog * Update docs/docs/05-migrations/13-v8-to-v9.md * lint (cherry picked from commit f4eba71) # Conflicts: # CHANGELOG.md # docs/docs/05-migrations/13-v8-to-v9.md * chore: fix CHANGELOG conflict, completely remove docs folder. * nit: remove linkcheck workflow. --------- Co-authored-by: colin axnér <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
Description
closes: #6882
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.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.