-
Notifications
You must be signed in to change notification settings - Fork 547
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
Generated vue frontend is broken in 0.27.1 #3686
Comments
I have the same problem, will there be a fix soon? |
This seems likely because it is using a too old version. |
The automatically set versions. 0.27.0 for ts client and 0.29.3 in the generated vue frontend. |
Okay, it should be using v0.30 or at best v0.31: cosmos/cosmjs#1353 (comment) |
When manually pulling up the versions in ts-client, the error still appears at 0.29.3 and the autogenerated code starts to break at 0.30.0. |
I just tried to scaffold a project as well and had the same issue. Thanks for your great project! |
This basically stops us from upgrading to cosmos-sdk 0.47 |
Describe the bug
The generated vue frontend is broken in 0.27.1.
Produces:
when sending requests from the frontend.
This is likely not related to #3638 but rather related to the
cosmjs
librarie versions used in the generated ts-client just not being suited for cosmos-sdk v0.47.3.To reproduce
localhost:5174
in your web-browsercosmos1...
address to clipboardWhat version are you using?
The text was updated successfully, but these errors were encountered: