-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add rust code-generation from proto files #706
Conversation
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.
Some comments on the naming in the generation code, rest looks good.
Follow up work I do clearly see coming forth from this PR:
- Removing any Osmosis proto definitions from Quasar chain, so we don't generate gamm and lockup code from osmosis
- Expanding our generated code with for example the osmosis-derive or something similar so that quasar-std can be used without a lot of boilerplate
- potentially incorporating quasar-types into quasar-std
smart-contracts/packages/quasar-std/src/quasarlabs.quasarnode.tokenfactory.v1beta1.rs
Outdated
Show resolved
Hide resolved
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.
lgtm
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.
lgtm
No description provided.