We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
more deterministic environment, scripts for proto, swagger generation
liquidity/contrib/devtools/proto-tools-installer.sh
Lines 9 to 11 in d77c376
Currently, proto-tools does not enforce the above versions, so different pb.go, swagger.json results are produced depending on the local environment
proto-tools
pb.go
swagger.json
Add logic that forces version to proto-tools or use environments such as docker
The text was updated successfully, but these errors were encountered:
hallazzang
Successfully merging a pull request may close this issue.
Summary
more deterministic environment, scripts for proto, swagger generation
Problem Definition
liquidity/contrib/devtools/proto-tools-installer.sh
Lines 9 to 11 in d77c376
Currently,
proto-tools
does not enforce the above versions, so differentpb.go
,swagger.json
results are produced depending on the local environmentProposal
Add logic that forces version to
proto-tools
or use environments such as dockerFor Admin Use
The text was updated successfully, but these errors were encountered: