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

WIP: Generate .proto files using amino/genproto #169

Closed
wants to merge 5 commits into from

Conversation

jaekwon
Copy link
Contributor

@jaekwon jaekwon commented May 6, 2022

This will let protobuf serialization be used instead of native amino reflection.
In the future, we will write our own serialization logic generator.
For now, we translate the native go type into protobuf generated go type, and back.

@pyramation
Copy link

LGTM!

I tested and merged the latest protos, and documented the process for generating client code from the protos here

https://github.com/pyramation/gnojs#for-developers-building-gnojs

@jaekwon
Copy link
Contributor Author

jaekwon commented May 7, 2022

not quite done yet...

@moul moul added the core label May 9, 2022
@jaekwon
Copy link
Contributor Author

jaekwon commented May 18, 2022

closing in favor of #199, after rebase.

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

Successfully merging this pull request may close these issues.

3 participants