-
Notifications
You must be signed in to change notification settings - Fork 4
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
Typescript protobuf generation #184
Comments
For rust: #176 |
|
atm some discussions are done, overall vision is being formed and some initial code has been pushed. Overall it's just started taking into account that I'm getting familiar with akash-api code. |
Also this commit not sure. cc @Redm4x |
April 30th, 2024:
|
Appeared cloudmos indexer is using code generation for connectrpc. Had to adjust akash-api code generation to later use common implementation in the indexer akash-network/akash-api#158 |
Another issue: akashjs still needs some deprecated generated code for cloudmos. So I'm going to move it to akash-api too to keep separation of concerns proper. |
refs akash-network/support#184 ensure non-conflicting dirs for patch preservation improve formatting to make sure it works from the root dir
Also remove relevant local files. refs akash-network/support#184
Also remove relevant local files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local files. refs akash-network/support#184
## [0.7.0](v0.6.3...v0.7.0) (2024-05-07) ### Features * **api:** use deprecated generated code from akash-api ([b95352f](b95352f)), closes [akash-network/support#184](akash-network/support#184)
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
Also remove relevant local barrel index files. refs akash-network/support#184
All the tech implementation is done. It's uncovered though that there are examples that should also be updated as some community members struggle with the implementation. |
this issue can be closed now |
Is your feature request related to a problem? Please describe.
The typescript protobuf generation are currently done in akashjs, while the go ones are done in akash-api. We need to centralize the logic of generating the protobuf types for multiple languages in the same repo (akash-api).
Describe the solution you'd like
Describe alternatives you've considered
This is the best we got!
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: