You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency Management: Maintaining imports and managing shared proto files is becoming cumbersome.
Tooling Limitations: Limited support for modern workflows, such as linting, breaking change detection, and streamlined plugin usage.
I would like to properly perform validation on proto, and for that, I believe protovalidate is appropriate. First, it is necessary to migrate to Buf.
Buf offers a more robust and developer-friendly solution for managing proto files and generating code.
The text was updated successfully, but these errors were encountered:
Our current https://github.com/ElementsProject/peerswap/tree/9dc5c5175d59eabd611c993b09c97fd151f1acf1/peerswaprpc relies on
protoc
for generating code from.proto
files. Whileprotoc
has served its purpose,it has several challenges:I would like to properly perform validation on proto, and for that, I believe protovalidate is appropriate. First, it is necessary to migrate to Buf.
Buf offers a more robust and developer-friendly solution for managing proto files and generating code.
The text was updated successfully, but these errors were encountered: