-
Notifications
You must be signed in to change notification settings - Fork 329
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 frozen_height() to ClientState #1619
Conversation
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, @yito88! I added some suggestions, but the PR is looking great already. 👌
Thank you for revieiwing! Your suggestion makes sense. |
.changelog/unreleased/improvements/ibc/1618-get-frozen-height.md
Outdated
Show resolved
Hide resolved
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.
Looks good, would be nice to fix the nit that Shoaib raised wrt reporting in the changelog as 'breaking' instead of improvement. Thank you Yito88!
* add frozen_height() to ClientState * fix for clippy * make frozen_height private * Remove AnyClientState::is_frozen() to reuse provided trait impl * Modify .changelog entry * rename to with_frozen_height * Move changelog entry to breaking-changes section Co-authored-by: Shoaib Ahmed <[email protected]>
Closes: cosmos/ibc-rs#65
Description
For contributor use:
unclog
.docs/
) and code comments.Files changed
in the Github PR explorer.