Skip to content
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

Outdated types from protobufjs used in proto-signing registry #1613

Open
jrwbabylonlab opened this issue Nov 7, 2024 · 1 comment
Open

Comments

@jrwbabylonlab
Copy link

The ts-proto library now uses @bufbuild/protobuf (see their README).

However, cosmjs’s proto-signing module still expects protobuf.Writer and protobuf.Reader from protobufjs, which leads to type mismatches when attempting to use ts-proto generated types with Registry.

@Takuro1000
Copy link

Takuro1000 commented Jan 20, 2025

I may be experiencing a similar issue.
You might find a solution by changing the GeneratedType as mentioned in my Issue.
You can check out the details here: #1617.

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants