-
Notifications
You must be signed in to change notification settings - Fork 690
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
node: commit proto and matching test fixes #1769 #1824
Conversation
e2133d3
to
f35642d
Compare
evidence of test breaking when a proto change is made without committing the corresponding generated code: https://github.com/wormhole-foundation/wormhole/actions/runs/3349436581/jobs/5549438027 |
f35642d
to
a66abfe
Compare
proving a failure case by manipulating the generated go code https://github.com/wormhole-foundation/wormhole/actions/runs/3349468198/jobs/5549500358 |
6a03b82
to
a66abfe
Compare
For awareness @conorpp |
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.
Please document the proto compiler step in DEVELOP.md
or a similar place
629b92d
to
8f9bc77
Compare
8f9bc77
to
123aa6f
Compare
Anyone including the node code as a dependency from github breaks on the missing protos. This PR adds the generated go protos along with a CI check to ensure they always match the protos themselves. Added bonus there's one less step for Tilt to do.