We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The canonical ICS 024 was recently updated with new limits on identifiers lengths.
cosmos/ibc@b89ef9e#diff-0bbd628bc227e2b5cc0bb69381d42362
Related PR in the SDK: cosmos/cosmos-sdk#6812
We should reflect this update in our implementation.
The text was updated successfully, but these errors were encountered:
Fixed the identifiers limits according to updated ics spec. Added val…
6574b5d
…idation tests. #168
Fixed the identifiers limits according to updated ics spec (#189)
acba7ad
* Fixed the identifiers limits according to updated ics spec. Added validation tests. #168 * Fixing test cases after limit updates #189
adizere
andynog
Successfully merging a pull request may close this issue.
Summary of Bug
The canonical ICS 024 was recently updated with new limits on identifiers lengths.
cosmos/ibc@b89ef9e#diff-0bbd628bc227e2b5cc0bb69381d42362
Related PR in the SDK: cosmos/cosmos-sdk#6812
We should reflect this update in our implementation.
Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: