-
Notifications
You must be signed in to change notification settings - Fork 568
fix(cosmosgen): fix ts-client #4347
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
Conversation
Follow-up will be to create an integration tests, and then update the ignite/web frontend (see #4414). |
Visit the preview URL for this PR (updated for commit fd14adf): https://igntservices-docs--pr4347-julien-ts-client-kulg16we.web.app (expires Thu, 24 Apr 2025 14:37:18 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 95379efd94dd497aaa37c2d0354e6e2cafca5ec5 |
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.
the generation looks good but I didn't tested the ts files
LGMT!!! |
Yep! Hard to test without updating the client, this is the next step. I compared against v27 and it looked the same. |
* fix(cosmosgen): fix ts-client * cl * fix path * add axios + fix typescript path * simplify * updates * rm consensus chain specific logic * fix * fix templates * fix type discovery * lint * remove broken disclaimer from docs * add error goup at correct place * lint (cherry picked from commit 1fc0b9a) # Conflicts: # ignite/cmd/generate_typescript_client.go # ignite/pkg/cosmosgen/generate_typescript.go # ignite/pkg/cosmosgen/template.go
* fix(cosmosgen): fix ts-client (#4347) * fix(cosmosgen): fix ts-client * cl * fix path * add axios + fix typescript path * simplify * updates * rm consensus chain specific logic * fix * fix templates * fix type discovery * lint * remove broken disclaimer from docs * add error goup at correct place * lint (cherry picked from commit 1fc0b9a) # Conflicts: # ignite/cmd/generate_typescript_client.go # ignite/pkg/cosmosgen/generate_typescript.go # ignite/pkg/cosmosgen/template.go * updates --------- Co-authored-by: julienrbrt <julien@rbrt.fr>
Closes: #4305
ref: #4414