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
ClientType
Tendermint
New light clients cannot be created still because the current ClientType allows Tendermint.
v0.20.0
ClientType is a newtype for a String, and any String is allowed internally (consistent with ibc-go).
String
Originates from discussion.
The text was updated successfully, but these errors were encountered:
chore: bump jasmine from 3.5.0 to 5.1.0 in /js (cosmos#188)
652b8a5
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.5.0 to 5.1.0. - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](jasmine/jasmine-npm@v3.5.0...v5.1.0) --- updated-dependencies: - dependency-name: jasmine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
plafer
No branches or pull requests
Summary of Bug
New light clients cannot be created still because the current
ClientType
allows Tendermint.Version
v0.20.0
Acceptance Criteria
ClientType
is a newtype for aString
, and anyString
is allowed internally (consistent with ibc-go).Originates from discussion.
For Admin Use
The text was updated successfully, but these errors were encountered: