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

Provide generated proto files for go #1769

Assignees

Comments

@evan-gray
Copy link
Contributor

Expected Behavior

As a go integrator, I shouldn't have to generate the proto libraries from source.

Current Behavior

Integrators using go must pull the protos and generate the libraries from source in order to depend on anything in node or cleanly hit the gRPC endpoints. Guardians /

Possible Solution

Commit the generated proto files and add a CI step to ensure the committed files match a fresh build from the same commit (to keep them in sync).

Context (Environment)

Building an indexer for the wormhole ecosystem.

@evan-gray evan-gray self-assigned this Oct 20, 2022
@evan-gray evan-gray changed the title Provide generate proto files for go Provide generated proto files for go Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment