-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ibc: Connection Version changed from string to proto definition #7644
Conversation
…sdk into fedekunze/ibc-version-any
ibc change connection version string to proto
Codecov Report
@@ Coverage Diff @@
## master #7644 +/- ##
==========================================
- Coverage 54.12% 54.10% -0.02%
==========================================
Files 611 611
Lines 38601 38571 -30
==========================================
- Hits 20892 20869 -23
+ Misses 15576 15574 -2
+ Partials 2133 2128 -5 |
// proposed version is supported by this chain. If the feature set is | ||
// empty it verifies that this is allowed for the specified version | ||
// identifier. | ||
func (version Version) VerifyProposedVersion(proposedVersion exported.Version) error { |
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.
reorganized code
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 @colin-axner. The only changes I'd suggest are:
- ProtoToExported -> ProtoVersionToExported
- ExportedToProto -> ExportedVersionToProto
…sdk into colin/connection-version-change
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.
ACK
ACK. @colin-axner can you approve? |
* ibc: Version to proto Any * change version string to struct * various version fixes * fix build * reorder code * update spec * rename to ProtoVersionsToExported and ExportedVersionsToProto Co-authored-by: Colin Axner <colinaxner@berkeley.edu> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
No description provided.