-
Notifications
You must be signed in to change notification settings - Fork 32
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
[NTRN-192] feat: add proto build #125
Conversation
150a9b1
to
6ff4684
Compare
75452f9
to
ed3547b
Compare
12f4d87
to
19efb7a
Compare
…o feat/add-proto-build
neutron
Outdated
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.
Hm, is it required to be here?
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.
Maybe we can avoid using submodules and just clone the repo and then remove it after all proto generations?
README.md
Outdated
proto files have changed there's a command for Rust generated code rebuild. To rebuild the files, | ||
run the following command using the respective Neutron revision (commit hash) as an argument, e.g.: | ||
```sh | ||
make build-proto revision=60b7d38358efb2f8e45e25ee4db8e19a6462dd9e |
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.
Btw make build-proto revision=v2.0.3
(tags) also works, so maybe it's worth to simplify readme example with a tag, not a commit
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.
Cause in normal circumstances we should use tags anyway, not just a random commit
task: https://hadronlabs.atlassian.net/browse/NTRN-192
This PR:
proto-build
script'smod.rs
population partmake build-proto
commandproto-types
) version to the current Neutron v3.0.3