-
Notifications
You must be signed in to change notification settings - Fork 586
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 coordinator Setup functions to the Path type #5397
Add coordinator Setup functions to the Path type #5397
Conversation
Thanks @chandiniv1, it looks like there are still some compilation errors, specifically uses of |
@chatton I have fixed the compilation errors |
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.
Looks great! The only thing is that the docstrings seem to be a bit stale, I've proposed some suggestions for changes.
After this I think it looks good to merge, thank you!
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.
LGTM!
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 @chandiniv1!
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.
Nice, I'm seeing a couple of references still? (grep -inr "suite.coordinator.Setup" . --include="*_test.go"
to find).
these were probably introduced in the merge of main. fixing them.
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.
lgtm! thanks so much for picking it up!
remove docstring about being connected to ibc-transfer, that is done via CreateTransferChannels
closes: #3999